Nevron .NET Vision
Nevron.Diagram.Batches Namespace / NBatchTranslate Class / AppendTranslationSlaves Method


In This Topic
    AppendTranslationSlaves Method
    In This Topic
    Appends all translation slaves to the Nodes array.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub AppendTranslationSlaves() 
    'Usage
     
    
    Dim instance As NBatchTranslate
     
    instance.AppendTranslationSlaves()
    protected virtual void AppendTranslationSlaves()
    Remarks
    The method will recursively add the translation slaves of translation slaves. This method is called by the Build method after the Nodes array has been initialized with the specified building nodes.
    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