Click or drag to resize

ServiceMonitorBaseHandleClientMessage Method

Handles messages sent by a client.

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

Parameters

args  String
Arguments provided by the client.

Implements

IServiceMonitorHandleClientMessage(String)
See Also