Click or drag to resize
LockableOperationClientIsLocked Property
Gets a value indicating whether this LockableOperationClient is locked.

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

Property Value

Type: Boolean
true if this LockableOperationClient is locked, false if not.

Implements

ILockableOperationClientIsLocked
See Also