  | IEntryViewTKey, TValueGetExpirationTime Method  | 
 Returns the expiration time of the entry.
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
SyntaxFunction GetExpirationTime As Long
long long GetExpirationTime()
abstract GetExpirationTime : unit -> int64 
Return Value
Type: 
Int64expiration time
RemarksReturns the expiration time of the entry.
See Also