ArcObjects Library Reference (GeoDatabase)  

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

.NET Related Topics

Updating attributes of existing features