PSTransaction Class

Definition

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.

Finalize()

Destructor for the PSTransaction class

Applies to