Click or drag to resize
ILockableOperationProviderIsLocked Method
Checks if a particular client is locked.

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

Parameters

lockable
Type: StreamCodersILockableOperationClient
The lockable client.

Return Value

Type: Boolean
true if locked, false if not.
See Also