Click or drag to resize

IServiceMonitorHandleClientMessage Method

Handles messages sent by a client.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
void HandleClientMessage(
	string[] args
)
View Source

Parameters

args  String
Arguments provided by the client.
See Also