- Manuale introduttivo
- Utilizzo del software
- OPC UA
- Oggetti grafici e di layout
- Sessioni e impostazioni locali
- Sviluppo di soluzioni
- Sviluppo di progetti con C#
- NetLogic
- Metodi ed eventi in C#
- Riferimento API C#
- Esempi di applicazione
- Esercitazione dell'interfaccia utente
- Esercitazione sui collegamenti dinamici
- Esercitazione sui logger
- Esercitazione sugli allarmi
- Esercitazione sulle NetLogic
- Riferimento su oggetti e variabili
Asynchronous task
Create an asynchronous tasks to run code asynchronously.
SUGGERIMENTO:
FactoryTalk Optix Studio
provides C# class specifications that exhibit the constructors that you can use for creating asynchronous tasks. The constructors are based on the .NET framework C# System.Threading.Tasks.Task
class, which represents an asynchronous task. See Task Class.Available classes
You can use these classes to create asynchronous tasks:
- PeriodicTask
- A task that runs code at regular time intervals.
- DelayedTask
- A task that runs code after a time delay.
- LongRunningTask
- A task that requires significant time or CPU resources.
Fornire un feedback