Click or drag to resize

ServerBaseIsClientConnected Method

Determines whether the given client is currently connected to the server.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public bool IsClientConnected(
	Guid clientID
)
View Source

Parameters

clientID  Guid
The ID of the client.

Return Value

Boolean
True if the client is connected; false otherwise.
See Also