Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Event raised when the refer subscription is terminated by the remote with unsubscribe message.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public MustOverride Event SubscriptionTerminated As EventHandler(Of SipRequestReceivedEventArgs)
'Usage
Dim instance As ReferNotifier
Dim handler As EventHandler(Of SipRequestReceivedEventArgs)
AddHandler instance.SubscriptionTerminated, handler
public abstract event EventHandler<SipRequestReceivedEventArgs> SubscriptionTerminated