IClientServiceGetConnectedClients Method Hazelcast .Net Client Class Library
Returns all connected clients to this member.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.4.0
Syntax

ICollection<IClient> GetConnectedClients()

Return Value

Type: ICollectionIClient
all connected clients to this member.
Remarks

Returns all connected clients to this member.
See Also

Reference