Disconnects the connection.

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

Syntax

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

Remarks

This method will disconnect the connection and fail pending requests that depend on this connection.

See Also