LockableOperationClientIsLocked Property |
Gets a value indicating whether this LockableOperationClient is locked.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool IsLocked { get; }
Public ReadOnly Property IsLocked As Boolean
Get
public:
virtual property bool IsLocked {
bool get () sealed;
}
abstract IsLocked : bool with get
override IsLocked : bool with get
Property Value
Type:
Boolean
true if this LockableOperationClient is locked, false if not.
Implements
ILockableOperationClientIsLockedSee Also