GoDiagram Web Reference
FinishTransaction Method (GoUndoManager)

the transaction name; this value is passed to GetPresentationName before being passed to EndTransaction
Just call EndTransaction, committing the current transaction, with the presentation name for the given transaction name.
Syntax
'Declaration
 
Public Function FinishTransaction( _
   ByVal tname As String _
) As Boolean
public bool FinishTransaction( 
   string tname
)

Parameters

tname
the transaction name; this value is passed to GetPresentationName before being passed to EndTransaction

Return Value

the value of the call to EndTransaction
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

GoUndoManager Class
GoUndoManager Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback