GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTool Class / StopTransaction Method
In This Topic
    StopTransaction Method
    In This Topic
    Stop the current transaction, aborting it if TransactionResult is null.
    Syntax
    public bool StopTransaction()
    Remarks
    This is typically called in overrides of Stop. If the TransactionResult is null, this calls GoView.AbortTransaction, otherwise this calls GoView.FinishTransaction.
    See Also