Nevron .NET Vision
Nevron.Diagram Namespace / NDocument Class / Commit Method


In This Topic
    Commit Method (NDocument)
    In This Topic
    Commits the current transaction
    Syntax
    'Declaration
     
    
    Public Overridable Function Commit() As System.Boolean
    'Usage
     
    
    Dim instance As NDocument
    Dim value As System.Boolean
     
    value = instance.Commit()
    public virtual System.bool Commit()
    Remarks
    Safely calls the Commit method of the history service (if connected to history service)
    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