Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
<ObsoleteAttribute("SendBreak method has been deprecated. Please use Scripting.SendBreak instead.",  _
	False)> _
Public Sub SendBreak ( _
	breakLength As Integer _
)
C#
[ObsoleteAttribute("SendBreak method has been deprecated. Please use Scripting.SendBreak instead.", 
	false)]
public void SendBreak(
	int breakLength
)

Parameters

breakLength
Type: System..::..Int32

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.9, 3.5

See Also