Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NTracker Class / Rollback Method


In This Topic
    Rollback Method (NTracker)
    In This Topic
    Rolls back the current transaction
    Syntax
    'Declaration
     
    
    Protected Overridable Sub Rollback() 
    'Usage
     
    
    Dim instance As NTracker
     
    instance.Rollback()
    protected virtual void Rollback()
    Remarks
    Safely calls the Rollback method of the document
    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