Class TaskActivityDispatcher
- Namespace
- DurableTask.Core
- Assembly
- DurableTask.Core.dll
Dispatcher for task activities to handle processing and renewing of work items
public sealed class TaskActivityDispatcher
- Inheritance
-
TaskActivityDispatcher
- Inherited Members
Properties
IncludeDetails
Gets or sets flag whether to include additional details in error messages
public bool IncludeDetails { get; set; }
Property Value
Methods
StartAsync()
Starts the dispatcher to start getting and processing task activities
public Task StartAsync()
Returns
StopAsync(bool)
Stops the dispatcher to stop getting and processing task activities
public Task StopAsync(bool forced)
Parameters
forced
boolFlag indicating whether to stop gracefully or immediately