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.
NOTE: This method has a corresponding asynchronous version (DisconnectAsync) for use in the Xamarin environment.