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