LockableOperationProviderTryUnlockClient Method |
Attempts to unlock a client.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool TryUnlockClient(
ILockableOperationClient lockable
)
Public Function TryUnlockClient (
lockable As ILockableOperationClient
) As Boolean
public:
virtual bool TryUnlockClient(
ILockableOperationClient^ lockable
) sealed
abstract TryUnlockClient :
lockable : ILockableOperationClient -> bool
override TryUnlockClient :
lockable : ILockableOperationClient -> bool
Parameters
- lockable
- Type: StreamCodersILockableOperationClient
Client object to unlock.
Return Value
Type:
BooleanReturns true if client was unlock, false if client was not locked.
Implements
ILockableOperationProviderTryUnlockClient(ILockableOperationClient)
See Also