|
ServiceHelperFindConnectedClient Method
|
Returns the
ClientInfo object for the specified
clientID.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.248-beta
Syntaxpublic ClientInfo FindConnectedClient(
Guid clientID
)
Public Function FindConnectedClient (
clientID As Guid
) As ClientInfo
public:
ClientInfo^ FindConnectedClient(
Guid clientID
)
member FindConnectedClient :
clientID : Guid -> ClientInfo
function FindConnectedClient(clientID);
View SourceParameters
- clientID Guid
- ID of the client whose ClientInfo object is to be retrieved.
Return Value
ClientInfoClientInfo object if found; otherwise null.
See Also