  | HazelcastClientGetClientService Method  | 
 Returns the client service of this Hazelcast instance.
 
    Namespace: 
   Hazelcast.Client
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntaxpublic IClientService GetClientService()
Public Function GetClientService As IClientService
public:
virtual IClientService^ GetClientService() sealed
abstract GetClientService : unit -> IClientService 
override GetClientService : unit -> IClientService 
Return Value
Type: 
IClientServicethe IClientService.
Implements
IHazelcastInstanceGetClientService
Remarks
                Returns the client service of this Hazelcast instance.
                IClient service allows you to get information about connected clients.
            
See Also