Transaction Methods |
The Transaction type exposes the following members.
Name | Description | |
---|---|---|
![]() | Abort |
Aborts transaction by setting event to signaled. So checking sanity would be to receive a
WaitComplete = true but IsComplete = false.
|
![]() | Set |
Sets.
|
![]() | WaitComplete(TimeSpan) | |
![]() | WaitComplete(TimeSpan, WaitHandle) |
Waits for transaction to complete.
|
![]() ![]() | WaitMultiple |
Waits for all of multiple transactions.
|
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.) |