NevronOpenVision
Nevron.Nov.Dom Namespace / NHistoryService Class / Record Method
unit to record
In This Topic
    Record Method
    In This Topic
    Records the specified unit. If there are no started transactions, the unit is pushed in the undo stack and the redo stack is cleared. It there is a started transaction, the unit is appended as a child unit of the transaction unit.
    Syntax
    public void Record( 
       NHistoryUnit unit
    )

    Parameters

    unit
    unit to record
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also