Skip to content

TransactionResultStatus

Namespace: ThinkGeo.Core

This enumeration represents the results from a FeatureSource transaction.

public enum TransactionResultStatus

Inheritance ObjectValueTypeEnumTransactionResultStatus
Implements IComparable, IFormattable, IConvertible

Remarks:

None

Fields

Name Value Description
Success 0 This means that each item in the transaction buffer succeeded.
Failure 1 This means that at least one of the items in the transaction buffer failed. It
may mean that other record did succeed. This depends on the implementation of the
specific FeatureSource.
Cancel 2 This means that the transaction was canceled.