ILockableOperationClientIsLocked Property |
Gets a value indicating whether this ILockableOperationClient is locked.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax ReadOnly Property IsLocked As Boolean
Get
property bool IsLocked {
bool get ();
}
abstract IsLocked : bool with get
Property Value
Type:
Boolean
true if this ILockableOperationClient is locked, false if not.
See Also