Click or drag to resize
LockableOperationProviderTryUnlockClient Method
Attempts to unlock a client.

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

Parameters

lockable
Type: StreamCodersILockableOperationClient
Client object to unlock.

Return Value

Type: Boolean
Returns true if client was unlock, false if client was not locked.

Implements

ILockableOperationProviderTryUnlockClient(ILockableOperationClient)
See Also