Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NNode Class / MoveToThread Method


In This Topic
    MoveToThread Method (NNode)
    In This Topic
    Moves the node aggregated subtree cache and other thread related information so that the node aggregated subtree can function on the specified thread. Call this method when the node has been constructed on the current thread, but will continue to be used on the specified thread.
    Syntax
    'Declaration
     
    
    Public Sub MoveToThread( _
       ByVal thread As System.Threading.Thread _
    ) 
    'Usage
     
    
    Dim instance As NNode
    Dim thread As System.Threading.Thread
     
    instance.MoveToThread(thread)
    public void MoveToThread( 
       System.Threading.Thread thread
    )

    Parameters

    thread
    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