Method IsLocked
IsLocked()
Returns true if the resource is currently locked. Note that one must still call Obtain() before using the resource.
Declaration
public abstract bool IsLocked()
Returns
Type | Description |
---|---|
System.Boolean |
Returns true if the resource is currently locked. Note that one must still call Obtain() before using the resource.
public abstract bool IsLocked()
Type | Description |
---|---|
System.Boolean |