PSTransaction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an active transaction
public ref class PSTransaction sealed : IDisposable
	public sealed class PSTransaction : IDisposable
	type PSTransaction = class
    interface IDisposable
	Public NotInheritable Class PSTransaction
Implements 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. <param name="disposing"> Whether to actually dispose the object. </param> | 
        	
| Finalize() | 
		 Destructor for the PSTransaction class  |