Click or drag to resize

ZeroMQServerTryGetClient Method

Gets the TransportProviderT object associated with the specified client ID.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public bool TryGetClient(
	Guid clientID,
	out TransportProvider<DateTime> clientInfo
)
View Source

Parameters

clientID  Guid
ID of the client.
clientInfo  TransportProviderDateTime
Client information.

Return Value

Boolean
true if client exists; otherwise, false.
See Also