ISipSubscriptionProcessor.SubscriptionStateChanged Method
SipSubscription invokes this method whenever any subscription signaling state changes occur.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Sub SubscriptionStateChanged ( _
eventArg As SubscriptionStateChangedEventArgs _
)
'Usage
Dim instance As ISipSubscriptionProcessor
Dim eventArg As SubscriptionStateChangedEventArgs
instance.SubscriptionStateChanged(eventArg)
void SubscriptionStateChanged(
SubscriptionStateChangedEventArgs eventArg
)
Parameters
- eventArg
Type: Microsoft.Rtc.Signaling.SubscriptionStateChangedEventArgs
Event specific arguments.
See Also
Reference
ISipSubscriptionProcessor Interface