Click or drag to resize

ClientRequest(String, Arguments) Constructor

Initializes a new instance of the ClientRequest class.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public ClientRequest(
	string command,
	Arguments arguments
)
View Source

Parameters

command  String
Command text for the ClientRequest.
arguments  Arguments
Arguments for the command.
See Also