Click or drag to resize
ILockableOperationClientIsLocked Property
Gets a value indicating whether this ILockableOperationClient is locked.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
bool IsLocked { get; }

Property Value

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