  | IHazelcastInstanceGetClientService Method  | 
 Returns the client service of this Hazelcast instance.
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
SyntaxIClientService GetClientService()
Function GetClientService As IClientService
IClientService^ GetClientService()
abstract GetClientService : unit -> IClientService 
Return Value
Type: 
IClientServicethe IClientService.
Remarks
                Returns the client service of this Hazelcast instance.
                IClient service allows you to get information about connected clients.
            
See Also