RealTimeEndpointExtensionMethods.RegisterForUserRegistrationNotification(RealTimeEndpoint, EventHandler<UserRegistrationNotificationEventArgs>) 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 RegisterForUserRegistrationNotification(Microsoft::Rtc::Signaling::RealTimeEndpoint ^ endpoint, EventHandler<Microsoft::Rtc::Internal::Signaling::UserRegistrationNotificationEventArgs ^> ^ notificationDelegate);
public static void RegisterForUserRegistrationNotification (this Microsoft.Rtc.Signaling.RealTimeEndpoint endpoint, EventHandler<Microsoft.Rtc.Internal.Signaling.UserRegistrationNotificationEventArgs> notificationDelegate);
static member RegisterForUserRegistrationNotification : Microsoft.Rtc.Signaling.RealTimeEndpoint * EventHandler<Microsoft.Rtc.Internal.Signaling.UserRegistrationNotificationEventArgs> -> unit
<Extension()>
Public Sub RegisterForUserRegistrationNotification (endpoint As RealTimeEndpoint, notificationDelegate As EventHandler(Of UserRegistrationNotificationEventArgs))
Parameters
- endpoint
- RealTimeEndpoint
- notificationDelegate
- EventHandler<UserRegistrationNotificationEventArgs>