Disconnects a connection that is currently connected. If the connection does not exist, or it is not connected, this method does nothing.

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

Syntax

Visual Basic (Declaration)
Public 
Sub 
Disconnect
C#
public 
void 
Disconnect()
Visual C++
public:
void 
Disconnect()
JavaScript
function 
disconnect();

See Also