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


In This Topic
    MoveToCurrentThread 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 current thread. Call this method when the node has been constructed on another thread, but will continue to be used on the current thread.
    Syntax
    'Declaration
     
    
    Public Sub MoveToCurrentThread() 
    'Usage
     
    
    Dim instance As NNode
     
    instance.MoveToCurrentThread()
    public void MoveToCurrentThread()
    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