Click or drag to resize

ServiceHelperFindConnectedClient Method

Returns the ClientInfo object for the specified clientID.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public ClientInfo FindConnectedClient(
	Guid clientID
)
View Source

Parameters

clientID  Guid
ID of the client whose ClientInfo object is to be retrieved.

Return Value

ClientInfo
ClientInfo object if found; otherwise null.
See Also