Click or drag to resize

RemoteCommand Constructor

Initializes a new instance of RemoteCommand.

Namespace:  Mastersign.Bench.RemoteExecHost
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public RemoteCommand(
	RemoteCommandType type
)

Parameters

type
Type: Mastersign.Bench.RemoteExecHostRemoteCommandType
The command type.
See Also