Dart.Ssh Namespace > Session Class : Break Method |
'Declaration Public Function Break( _ ByVal breakLength As Integer, _ ByVal wantReply As Boolean _ ) As Boolean
'Usage Dim instance As Session Dim breakLength As Integer Dim wantReply As Boolean Dim value As Boolean value = instance.Break(breakLength, wantReply)
public bool Break( int breakLength, bool wantReply )
public: bool Break( int breakLength, bool wantReply )
public: bool Break( int breakLength, bool wantReply )
Exception | Description |
---|---|
System.IO.IOException | Thrown if the Session or the underlying connection is closed. |