Click or drag to resize

ILockGetRemainingLeaseTime Method

Returns remaining lease time in milliseconds.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
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