Click or drag to resize
Transaction Methods

The Transaction type exposes the following members.

Methods
  NameDescription
Public methodAbort
Aborts transaction by setting event to signaled. So checking sanity would be to receive a WaitComplete = true but IsComplete = false.
Public methodSet
Sets.
Public methodWaitComplete(TimeSpan)
Public methodWaitComplete(TimeSpan, WaitHandle)
Waits for transaction to complete.
Public methodStatic memberWaitMultiple
Waits for all of multiple transactions.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also