Disconnect Method
Disconnect the specified client.
Syntax
[VB.NET] Public Sub Disconnect(ByVal ConnectionId As Integer)
[C#] public void Disconnect(int connectionId);
Remarks
Calling this method will disconnect the client specified by the ConnectionId parameter.
NOTE: This method has a corresponding asynchronous version (DisconnectAsync) for use in the WinRT environment.