ApplicationEndpointExtensionMethods.UnregisterForUserPresenceNotification(ApplicationEndpoint, EventHandler<UserPresenceNotificationEventArgs>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- endpoint
- ApplicationEndpoint
- notificationDelegate
- EventHandler<UserPresenceNotificationEventArgs>