Click or drag to resize

IClientServiceGetConnectedClients Method

Returns all connected clients to this member.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
ICollection<IClient> GetConnectedClients()

Return Value

Type: ICollectionIClient
all connected clients to this member.
Remarks
Returns all connected clients to this member.
See Also