Compartir a través de


ReferNotifier.SubscriptionTerminated Event

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

See Also

Reference

ReferNotifier Class

ReferNotifier Members

Microsoft.Rtc.Signaling Namespace