| IClientServiceGetConnectedClients Method |
Returns all connected clients to this member.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax ICollection<IClient> GetConnectedClients()
Function GetConnectedClients As ICollection(Of IClient)
ICollection<IClient^>^ GetConnectedClients()
abstract GetConnectedClients : unit -> ICollection<IClient>
Return Value
Type:
ICollectionIClientall connected clients to this member.
Remarks Returns all connected clients to this member.
See Also