GoDiagram Web Reference
StartTransaction Method (GoTool)

Start a transaction on the view.
Syntax
'Declaration
 
Public Function StartTransaction() As Boolean
public bool StartTransaction()
Remarks
This is typically called in overrides of Start. This method also sets the TransactionResult to null, so that a call to StopTransaction will abort the transaction rather than finishing it normally, unless TransactionResult has been set to something. Not all tools involve changes to the view's document, and thus not all tools need to start and stop transactions.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoTool Class
GoTool Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback