  | IClientClusterServiceGetClusterTime Method  | 
 Returns the cluster-time.
 
    Namespace: 
   Hazelcast.Client.Spi
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
SyntaxFunction GetClusterTime As Long
long long GetClusterTime()
abstract GetClusterTime : unit -> int64 
Return Value
Type: 
Int64The cluster-time.
Remarks
            Returns the cluster-time.
            
See Also