Disconnect Method
Disconnect the specified client.
Syntax
[VB.NET] Public Sub Disconnect(ByVal ConnectionId As String)
[C#] public void Disconnect(string connectionId);
Remarks
Calling this method will disconnect the client specified by the ConnectionId parameter.