LockableOperationProviderIsLocked Method |
Checks whether a particular ILockableOperationClient instance is locked.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool IsLocked(
ILockableOperationClient lockable
)
Public Function IsLocked (
lockable As ILockableOperationClient
) As Boolean
public:
virtual bool IsLocked(
ILockableOperationClient^ lockable
) sealed
abstract IsLocked :
lockable : ILockableOperationClient -> bool
override IsLocked :
lockable : ILockableOperationClient -> bool
Parameters
- lockable
- Type: StreamCodersILockableOperationClient
Instance of an object implementing ILockableOperationClient.
Return Value
Type:
Boolean
true if locked, false if not.
Implements
ILockableOperationProviderIsLocked(ILockableOperationClient)
See Also