Click or drag to resize

ClientRequestHandler(String, String, ActionClientRequestInfo, String) Constructor

Initializes a new instance of the ClientRequestHandler class.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public ClientRequestHandler(
	string requestCommand,
	string requestDescription,
	Action<ClientRequestInfo> handlerMethod,
	string[] aliases = null
)
View Source

Parameters

requestCommand  String
Command text that the ClientRequestHandler will process.
requestDescription  String
Description of the ClientRequestHandler.
handlerMethod  ActionClientRequestInfo
Delegate method that will be invoked for processing the requestCommand.
aliases  String  (Optional)
Optional alias names to command.
See Also