LockableOperationClientLock Method |
Locks this object instance against the ILockableOperationProvider.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public void Lock(
ILockableOperationProvider lockingProvider
)
Public Sub Lock (
lockingProvider As ILockableOperationProvider
)
public:
virtual void Lock(
ILockableOperationProvider^ lockingProvider
) sealed
abstract Lock :
lockingProvider : ILockableOperationProvider -> unit
override Lock :
lockingProvider : ILockableOperationProvider -> unit
Parameters
- lockingProvider
- Type: StreamCodersILockableOperationProvider
The locking provider to use to store the locked instance reference.
Implements
ILockableOperationClientLock(ILockableOperationProvider)Remarks
This function also calls ResetInternals() on the LockableOperationClient to give it a
chance to reset its internal structure.
See Also