ApplicationEndpointExtensionMethods.RegisterForUserPresenceNotification(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 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
- endpoint
- ApplicationEndpoint
- notificationDelegate
- EventHandler<UserPresenceNotificationEventArgs>