Click or drag to resize
LockableOperationProviderUnlockClient Method
Unlocks a client lock. If the operation fails an exception is thrown.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void UnlockClient(
	ILockableOperationClient lockable
)

Parameters

lockable
Type: StreamCodersILockableOperationClient
Client object to unlock.

Implements

ILockableOperationProviderUnlockClient(ILockableOperationClient)
See Also