Click or drag to resize
LockableOperationProviderIsLocked Method
Checks whether a particular ILockableOperationClient instance is locked.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool IsLocked(
	ILockableOperationClient lockable
)

Parameters

lockable
Type: StreamCodersILockableOperationClient
Instance of an object implementing ILockableOperationClient.

Return Value

Type: Boolean
true if locked, false if not.

Implements

ILockableOperationProviderIsLocked(ILockableOperationClient)
See Also