ILockGetRemainingLeaseTime Method Hazelcast .Net Client Class Library
Returns remaining lease time in milliseconds.

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

long GetRemainingLeaseTime()

Return Value

Type: Int64
remaining lease time in milliseconds.
Remarks

Returns remaining lease time in milliseconds. If the lock is not locked then -1 will be returned.
See Also

Reference