| HazelcastClientGetClientService Method |
Returns the client service of this Hazelcast instance.
Namespace:
Hazelcast.Client
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public 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
IHazelcastInstanceGetClientServiceRemarks
Returns the client service of this Hazelcast instance.
IClient service allows you to get information about connected clients.
See Also