Edit

Share via


LocalOwnerPresence.SubscriberNotificationReceived Event

Definition

Raised when notification for a pending subscriber is received.

public:
 event EventHandler<Microsoft::Rtc::Collaboration::Presence::SubscriberNotificationEventArgs ^> ^ SubscriberNotificationReceived;
public event EventHandler<Microsoft.Rtc.Collaboration.Presence.SubscriberNotificationEventArgs> SubscriberNotificationReceived;
member this.SubscriberNotificationReceived : EventHandler<Microsoft.Rtc.Collaboration.Presence.SubscriberNotificationEventArgs> 
Public Custom Event SubscriberNotificationReceived As EventHandler(Of SubscriberNotificationEventArgs) 

Event Type

Remarks

Notifications from watchers who are blocked will be suppressed.

Applies to