'Declaration Protected Overridable Sub OnDisconnected( _ ByVal remote As Boolean, _ ByVal reasonCode As Integer, _ ByVal description As String, _ ByVal languageTag As String _ )
'Usage Dim instance As SSHClientConnectionManager Dim remote As Boolean Dim reasonCode As Integer Dim description As String Dim languageTag As String instance.OnDisconnected(remote, reasonCode, description, languageTag)
protected virtual void OnDisconnected( bool remote, int reasonCode, string description, string languageTag )
Parameters
- remote
- reasonCode
- description
- languageTag