Click or drag to resize

AsyncTaskAsyncAction Property

An action callback that executes the tasks main process in a background thread. The Result property is set to the return value of this action.

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public TaskAction AsyncAction { get; set; }

Property Value

Type: TaskAction
See Also