'Declaration Public Delegate Sub SSHTransportLayerProtocol.DisconnectedEventHandler( _ ByVal remote As Boolean, _ ByVal reasonCode As Integer, _ ByVal description As String, _ ByVal languageTag As String _ )
'Usage Dim instance As New SSHTransportLayerProtocol.DisconnectedEventHandler(AddressOf HandlerMethod)
public delegate void SSHTransportLayerProtocol.DisconnectedEventHandler( bool remote, int reasonCode, string description, string languageTag )
Parameters
- remote
- reasonCode
- description
- languageTag