Edit

Share via


ISipSubscriptionProcessor.SubscriptionStateChanged Method

Definition

SipSubscription invokes this method whenever any subscription signaling state changes occur.

public:
 void SubscriptionStateChanged(Microsoft::Rtc::Signaling::SubscriptionStateChangedEventArgs ^ eventArg);
public void SubscriptionStateChanged (Microsoft.Rtc.Signaling.SubscriptionStateChangedEventArgs eventArg);
abstract member SubscriptionStateChanged : Microsoft.Rtc.Signaling.SubscriptionStateChangedEventArgs -> unit
Public Sub SubscriptionStateChanged (eventArg As SubscriptionStateChangedEventArgs)

Parameters

eventArg
SubscriptionStateChangedEventArgs

Event specific arguments.

Applies to