LockableOperationProvider Class |
Namespace: StreamCoders
The LockableOperationProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | LockableOperationProvider | Initializes a new instance of the LockableOperationProvider class |
Name | Description | |
---|---|---|
![]() | LockedClientCount |
Gets the amount of locked clients.
|
![]() | UnlockedClientCount |
Gets the number of unlocked clients.
|
Name | Description | |
---|---|---|
![]() | ClearAllClients |
Unlocks all locked clients and then removes all unlocked clients.
|
![]() | ClearAllUnlockedClients |
Removes all unlocked clients.
|
![]() | IsLocked |
Checks whether a particular ILockableOperationClient instance is locked.
|
![]() | LockClient | |
![]() | TryUnlockClient |
Attempts to unlock a client.
|
![]() | UnlockAllClients |
Unlocks all locked clients.
|
![]() | UnlockClient |
Unlocks a client lock. If the operation fails an exception is thrown.
|
Name | Description | |
---|---|---|
![]() | Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) |
![]() | Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |