GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoTool Class
/ StopTransaction Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
StopTransaction Method
In This Topic
Stop the current transaction, aborting it if
TransactionResult
is null.
Syntax
C#
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
Reference
GoTool Class
GoTool Members