Nevron Open Vision Documentation
Nevron.Nov.Threading Namespace / INThreadedTask Interface / DoThreadedTask Method


In This Topic
    DoThreadedTask Method
    In This Topic
    Performs the task on another thread. Called back by a different thread.
    Syntax
    'Declaration
     
    
    Sub DoThreadedTask() 
    'Usage
     
    
    Dim instance As INThreadedTask
     
    instance.DoThreadedTask()
    void DoThreadedTask()
    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