PSTransaction Class
Definition
Represents an active transaction
public sealed class PSTransaction : IDisposable
- Inheritance
-
PSTransaction
- Implements
Properties
| RollbackPreference |
Gets the rollback preference for this transaction |
| Status |
Returns the status of this transaction. |
| SubscriberCount |
Gets the number of subscribers to this transaction |
Methods
| Dispose() |
Disposes the PSTransaction object. |
| Dispose(Boolean) |
Disposes the PSTransaction object, which disposes the underlying transaction.
|
| Finalize() |
Destructor for the PSTransaction class |