|   | ServiceHelperFindConnectedClient Method | 
        
        
            Returns the 
ClientInfo object for the specified 
clientID.
            
 GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.257-beta
 Syntax
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);
Parameters
- clientID  Guid
- ID of the client whose ClientInfo object is to be retrieved.
Return Value
ClientInfoClientInfo object if found; otherwise null.
 See Also
See Also