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