  | IClientServiceGetConnectedClients Method  | 
 Returns all connected clients to this member.
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
SyntaxICollection<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.
RemarksReturns all connected clients to this member.
See Also