LuciadCPillar C# 2023.1.04
Luciad.Concurrent.ITask Interface Reference

Interface for a class that represents a task to be executed. More...

Public Member Functions

void Execute ()
 Implements this method to specify what the task does. More...
 

Detailed Description

Interface for a class that represents a task to be executed.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::ITask.

Member Function Documentation

◆ Execute()

void Luciad.Concurrent.ITask.Execute ( )

Implements this method to specify what the task does.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::ITask::execute.