| ILockIsLockedByCurrentThread Method |
Returns whether this lock is locked by current thread or not.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax bool IsLockedByCurrentThread()
Function IsLockedByCurrentThread As Boolean
bool IsLockedByCurrentThread()
abstract IsLockedByCurrentThread : unit -> bool
Return Value
Type:
Boolean
if this lock is locked by current thread,
otherwise.
Remarks Returns whether this lock is locked by current thread or not.
See Also