SignalingSubscriptionStateChange Event

SubscriptionStateChange event handler notes the change in underlying subscription states.

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Event SignalingSubscriptionStateChange As EventHandler(Of SubscriptionStateChangedEventArgs)
'Usage
Dim instance As PublishSubscribeSession
Dim handler As EventHandler(Of SubscriptionStateChangedEventArgs)

AddHandler instance.SignalingSubscriptionStateChange, handler
public event EventHandler<SubscriptionStateChangedEventArgs> SignalingSubscriptionStateChange

See Also

Reference

PublishSubscribeSession Class

PublishSubscribeSession Members

Microsoft.Rtc.Collaboration.Presence Namespace