Click or drag to resize

HazelcastClientGetClientService Method

Returns the client service of this Hazelcast instance.

Namespace:  Hazelcast.Client
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
public IClientService GetClientService()

Return Value

Type: IClientService
the IClientService.

Implements

IHazelcastInstanceGetClientService
Remarks
Returns the client service of this Hazelcast instance. IClient service allows you to get information about connected clients.
See Also