LocalOwnerPresence.SubscriberNotificationReceived Event
Raised when notification for a pending subscriber is received.
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
Remarks
Notifications from watchers who are blocked will be suppressed.