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
|
Full Usage:
this.ExecuteAsync
Parameters:
TaskExecutionContext
Returns: Task<TaskOutcome>
Modifiers: abstract |
|
Full Usage:
this.Kind
Returns: string
Modifiers: abstract |
|
Nao