LockableOperationClientTryUnlock Method |
Unlocks this object instance against the ILockableOperationProvider passed by Lock.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax Public Function TryUnlock As Boolean
member TryUnlock : unit -> bool
Return Value
Type:
BooleanReturns true if the object was unlocked, false if the object was not locked.
See Also