Closes a existing SSHChannel .
[VB.NET] Public Sub CloseChannel(ByVal ChannelId As String)
[C#] public void CloseChannel(string channelId);
ChannelId is the identifier for the SSH channel to be closed.