Header menu logo Nao

ITaskExecutor Type

Pluggable executor for one task `Kind`. Implementations are registered in DI and selected by kind. Work is kept behind a serializable params bag (not an in-process closure) so a task can be replayed by its grain after a silo restart.

Instance members

Instance member Description

this.ExecuteAsync

Full Usage: this.ExecuteAsync

Parameters:
Returns: Task<TaskOutcome>
Modifiers: abstract

this.Kind

Full Usage: this.Kind

Returns: string
Modifiers: abstract
Returns: string

Type something to start searching.