Nevron .NET Vision
Nevron.Diagram.Batches Namespace / NBatch Class / RemoveFromComposites Method
nodes to remove
whether to rethrow any exceptions
result to populate with error


In This Topic
    RemoveFromComposites Method
    In This Topic
    Removes the specified nodes from the composites in which they reside
    Syntax
    'Declaration
     
    
    Protected Overridable Function RemoveFromComposites( _
       ByVal nodes As NNodeList, _
       ByVal rollbackOnFail As System.Boolean, _
       ByVal result As NTransactionResult _
    ) As NNodeList
    'Usage
     
    
    Dim instance As NBatch
    Dim nodes As NNodeList
    Dim rollbackOnFail As System.Boolean
    Dim result As NTransactionResult
    Dim value As NNodeList
     
    value = instance.RemoveFromComposites(nodes, rollbackOnFail, result)
    protected virtual NNodeList RemoveFromComposites( 
       NNodeList nodes,
       System.bool rollbackOnFail,
       NTransactionResult result
    )

    Parameters

    nodes
    nodes to remove
    rollbackOnFail
    whether to rethrow any exceptions
    result
    result to populate with error

    Return Value

    list of the nodes which were successfully removed
    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