Edit

Share via


ApplicationEndpointExtensionMethods.UnregisterForUserPresenceNotification Method

Definition

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

Parameters

Applies to