DurableTaskWorkerOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options for the Durable Task worker.
public class DurableTaskWorkerOptions
type DurableTaskWorkerOptions = class
Public Class DurableTaskWorkerOptions
- Inheritance
-
DurableTaskWorkerOptions
- Derived
Constructors
| DurableTaskWorkerOptions() |
Properties
| DataConverter |
Gets or sets the data converter. Default value is Default. |
| MaximumTimerInterval |
Gets or sets the maximum timer interval for the CreateTimer(TimeSpan, CancellationToken) method. |