Nevron .NET Vision
Nevron.Dom Namespace / NAttribute Class / Commit Method


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