Click or drag to resize
ILockableOperationProviderUnlockClient Method
Unlocks a particular client.

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

Parameters

lockable
Type: StreamCodersILockableOperationClient
The lockable client.
See Also