Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NBatch Class / CreateTransaction Method


In This Topic
    CreateTransaction Method (NBatch)
    In This Topic
    Creates a transaction with this batch name
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateTransaction( _
       ByVal view As INRichTextView _
    ) As NTransactionHistoryUnit
    'Usage
     
    
    Dim instance As NBatch
    Dim view As INRichTextView
    Dim value As NTransactionHistoryUnit
     
    value = instance.CreateTransaction(view)
    protected virtual NTransactionHistoryUnit CreateTransaction( 
       INRichTextView view
    )

    Parameters

    view
    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