RealTimeConnectionManagerExtensions.UnregisterConnectionConfigurationRequested(RealTimeConnectionManager, EventHandler<ConnectionConfigurationRequestedEventArgs>) 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 UnregisterConnectionConfigurationRequested(Microsoft::Rtc::Signaling::RealTimeConnectionManager ^ manager, EventHandler<Microsoft::Rtc::Internal::Signaling::ConnectionConfigurationRequestedEventArgs ^> ^ handler);
public static void UnregisterConnectionConfigurationRequested (this Microsoft.Rtc.Signaling.RealTimeConnectionManager manager, EventHandler<Microsoft.Rtc.Internal.Signaling.ConnectionConfigurationRequestedEventArgs> handler);
static member UnregisterConnectionConfigurationRequested : Microsoft.Rtc.Signaling.RealTimeConnectionManager * EventHandler<Microsoft.Rtc.Internal.Signaling.ConnectionConfigurationRequestedEventArgs> -> unit
<Extension()>
Public Sub UnregisterConnectionConfigurationRequested (manager As RealTimeConnectionManager, handler As EventHandler(Of ConnectionConfigurationRequestedEventArgs))
Parameters
- manager
- RealTimeConnectionManager