Northwoods.GoSilverlight 1.3.5 Assembly
StopTransaction Method
See Also  Send Feedback
Northwoods.GoXam.Tool Namespace > DiagramTool Class : StopTransaction Method

If DiagramTool.TransactionResult is null, call Northwoods.GoXam.Diagram.RollbackTransaction, otherwise call Northwoods.GoXam.Diagram.CommitTransaction.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function StopTransaction() As Boolean
C# 
protected virtual bool StopTransaction()

Return Value

the result of the call to rollback or commit the transaction

Remarks

This is normally called in an override of DoDeactivate, if DiagramTool.StartTransaction was called in DoActivate.

Requirements

See Also

© 2012 All Rights Reserved.