IHazelcastInstanceGetClientService Method Hazelcast .Net Client Class Library
Returns the client service of this Hazelcast instance.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
Syntax

IClientService GetClientService()

Return Value

Type: IClientService
the IClientService.
Remarks

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

Reference