Click or drag to resize
LockableOperationClientTryUnlock Method
Unlocks this object instance against the ILockableOperationProvider passed by Lock.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool TryUnlock()

Return Value

Type: Boolean
Returns true if the object was unlocked, false if the object was not locked.
See Also