Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.