RealTimeConnectionManagerExtensions.UnregisterConnectionConfigurationRequested Method

Namespace:  Microsoft.Rtc.Internal.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Sub UnregisterConnectionConfigurationRequested ( _
    manager As RealTimeConnectionManager, _
    handler As EventHandler(Of ConnectionConfigurationRequestedEventArgs) _
)
'Usage
Dim manager As RealTimeConnectionManager
Dim handler As EventHandler(Of ConnectionConfigurationRequestedEventArgs)

manager.UnregisterConnectionConfigurationRequested(handler)
public static void UnregisterConnectionConfigurationRequested(
    this RealTimeConnectionManager manager,
    EventHandler<ConnectionConfigurationRequestedEventArgs> handler
)

Parameters

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type RealTimeConnectionManager. When you use instance method syntax to call this method, omit the first parameter. For more information, see https://msdn.microsoft.com/en-us/library/bb384936(v=office.14) or https://msdn.microsoft.com/en-us/library/bb383977(v=office.14).

See Also

Reference

RealTimeConnectionManagerExtensions Class

RealTimeConnectionManagerExtensions Members

Microsoft.Rtc.Internal.Signaling Namespace