| IClientClusterServiceGetLocalClient Method |
Namespace:
Hazelcast.Client.Spi
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax Function GetLocalClient As IClient
IClient^ GetLocalClient()
abstract GetLocalClient : unit -> IClient
Return Value
Type:
IClientThe client interface representing the local client.
See Also