'Declaration Public Function Disconnect( _ ByVal remote As Boolean, _ ByVal reasonCode As Integer, _ ByVal description As String, _ ByVal languageTag As String _ ) As Boolean
'Usage Dim instance As SSHClientConnectionManager Dim remote As Boolean Dim reasonCode As Integer Dim description As String Dim languageTag As String Dim value As Boolean value = instance.Disconnect(remote, reasonCode, description, languageTag)
public bool Disconnect( bool remote, int reasonCode, string description, string languageTag )
Parameters
- remote
- reasonCode
- description
- languageTag