Click or drag to resize

ClientRequestHandlerHandlerMethod Property

Gets the Delegate method that gets invoked for processing the Command.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public Action<ClientRequestInfo> HandlerMethod { get; }
View Source

Property Value

ActionClientRequestInfo
See Also