| ILockableOperationProvider Interface |
Namespace: StreamCoders
The ILockableOperationProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| LockedClientCount |
Gets the number of locked clients.
| |
| UnlockedClientCount |
Gets the number of unlocked clients.
|
| Name | Description | |
|---|---|---|
| ClearAllClients |
Removes all clients (locked and unlocked) and unlocks all locked clients.
| |
| ClearAllUnlockedClients |
Clears all unlocked clients by first unlocking and then removing them.
| |
| IsLocked |
Checks if a particular client is locked.
| |
| LockClient |
Locks a particular client.
| |
| TryUnlockClient |
Attempts to unlock a particular client.
| |
| UnlockAllClients |
Unlocks all locked clients.
| |
| UnlockClient |
Unlocks a particular client.
|