NevronOpenVision
Nevron.Nov.Dom Namespace / NHistoryService Class / StartTransaction Method / StartTransaction(String) Method
the transaction description
In This Topic
    StartTransaction(String) Method
    In This Topic
    Starts a new history transaction. Transactions are units, which are pushed in the transaction stack and their recording is suspended until the CommitTransaction method is called.
    Syntax
    public NTransactionHistoryUnit StartTransaction( 
       System.string description
    )

    Parameters

    description
    the transaction description
    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