This document is archived and information here might be outdated.  Recommended version.


ITransactions.AbortTransaction Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITransactions Interface > ITransactions.AbortTransaction Method
ArcGIS Developer Help

ITransactions.AbortTransaction Method

Aborts the current transaction.

[Visual Basic .NET]
Public Sub AbortTransaction ( _
)
[C#]
public void AbortTransaction (
);
[C++]
HRESULT AbortTransaction(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

An application is responsible for stopping only those transactions (using CommitTransaction or AbortTransaction) that were started by the application.

See Also

ITransactions Interface