Table of Contents

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

bool

Methods

StartAsync()

Starts the dispatcher to start getting and processing task activities

public Task StartAsync()

Returns

Task

StopAsync(bool)

Stops the dispatcher to stop getting and processing task activities

public Task StopAsync(bool forced)

Parameters

forced bool

Flag indicating whether to stop gracefully or immediately

Returns

Task