Break Method  
 

Sends a break signal to the server.

Syntax

object.Break

Parameters

None.

Return Value

A value of zero is returned if the break signal was sent successfully. Otherwise, a non-zero error code is returned which indicates the cause of the failure.

Remarks

The Break method a control message to the server which simulates a break signal on a physical terminal. This is used by some operating systems as an instruction to enter a privileged configuration mode. Note that this is not the same as sending an interrupt character such as Ctrl+C to the server. This control code is ignored for SSH 1.0 sessions.

See Also

Cancel Method, Control Method