Click or drag to resize
LockableOperationClientLock Method
Locks this object instance against the ILockableOperationProvider.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void Lock(
	ILockableOperationProvider lockingProvider
)

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