SubscriberNotificationReceived Event

The SubscriberNotificationReceived event handler notes changes in the pending watcher (subscriber) list.

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

Syntax

'Declaration
Public Event SubscriberNotificationReceived As EventHandler(Of SubscriberNotificationEventArgs)
'Usage
Dim instance As LocalOwnerPresence
Dim handler As EventHandler(Of SubscriberNotificationEventArgs)

AddHandler instance.SubscriberNotificationReceived, handler
public event EventHandler<SubscriberNotificationEventArgs> SubscriberNotificationReceived

See Also

Reference

LocalOwnerPresence Class

LocalOwnerPresence Members

Microsoft.Rtc.Collaboration.Presence Namespace