Edit

Share via


ApplicationEndpointExtensionMethods.RegisterForUserPresenceNotification Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static void RegisterForUserPresenceNotification(Microsoft::Rtc::Collaboration::ApplicationEndpoint ^ endpoint, EventHandler<Microsoft::Rtc::Internal::Collaboration::UserPresenceNotificationEventArgs ^> ^ notificationDelegate);
public static void RegisterForUserPresenceNotification (this Microsoft.Rtc.Collaboration.ApplicationEndpoint endpoint, EventHandler<Microsoft.Rtc.Internal.Collaboration.UserPresenceNotificationEventArgs> notificationDelegate);
static member RegisterForUserPresenceNotification : Microsoft.Rtc.Collaboration.ApplicationEndpoint * EventHandler<Microsoft.Rtc.Internal.Collaboration.UserPresenceNotificationEventArgs> -> unit
<Extension()>
Public Sub RegisterForUserPresenceNotification (endpoint As ApplicationEndpoint, notificationDelegate As EventHandler(Of UserPresenceNotificationEventArgs))

Parameters

Applies to