Table of Contents

Class CommittedTransactionEventArgs

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

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 TransactionBuffer

This 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

TransactionBuffer

Remarks

None