Requests an execution of the specified command.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Sub RequestExec ( _
	command As String _
)
C#
public void RequestExec(
	string command
)

Parameters

command
Type: System..::..String

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also