Class CommittedTransactionEventArgs
This class represents the parameters passed in through the CommittedTransaction event.
public class CommittedTransactionEventArgs : EventArgs
- Inheritance
-
CommittedTransactionEventArgs
- Inherited Members
Remarks
None
Constructors
CommittedTransactionEventArgs()
This is the constructor of the event arguments.
public CommittedTransactionEventArgs()
Remarks
None
CommittedTransactionEventArgs(TransactionBuffer)
This is the constructor of the event arguments.
public CommittedTransactionEventArgs(TransactionBuffer transactionBuffer)
Parameters
transactionBuffer
TransactionBufferThis parameter represents the transaction buffer that has been committed.
Properties
TransactionBuffer
This property returns the transaction buffer that has been committed.
public TransactionBuffer TransactionBuffer { get; set; }
Property Value
Remarks
None