Nevron .NET Vision
Nevron.Diagram Namespace / NTransactionResult Class / Combine Method
result of another batch operation
whether the batch to which this result belongs, must also fail, if the other batch failed


In This Topic
    Combine Method (NTransactionResult)
    In This Topic
    Combines the result of this batch with the result of another batch
    Syntax
    'Declaration
     
    
    Public Sub Combine( _
       ByVal batchResult As NTransactionResult, _
       ByVal rollbackOnFail As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NTransactionResult
    Dim batchResult As NTransactionResult
    Dim rollbackOnFail As System.Boolean
     
    instance.Combine(batchResult, rollbackOnFail)
    public void Combine( 
       NTransactionResult batchResult,
       System.bool rollbackOnFail
    )

    Parameters

    batchResult
    result of another batch operation
    rollbackOnFail
    whether the batch to which this result belongs, must also fail, if the other batch failed
    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