| LockableOperationClient Class |
Namespace: StreamCoders
The LockableOperationClient type exposes the following members.
| Name | Description | |
|---|---|---|
| LockableOperationClient | Initializes a new instance of the LockableOperationClient class |
| Name | Description | |
|---|---|---|
| Id | ||
| IsLocked |
Gets a value indicating whether this LockableOperationClient is locked.
|
| Name | Description | |
|---|---|---|
| Lock |
Locks this object instance against the ILockableOperationProvider.
| |
| TryUnlock |
Unlocks this object instance against the ILockableOperationProvider passed by Lock.
| |
| Unlock |
Unlocks this object instance against the ILockableOperationProvider passed by Lock.
This method throws an exception in case the client object is not locked.
|
| 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.) |