TaskHubOptions interface

Options object passed to DurableClient APIs to specify task hub properties

Properties

connectionName

The name of the connection string associated with taskHubName.

taskHubName

The TaskHubName of the orchestration

Property Details

connectionName

The name of the connection string associated with taskHubName.

connectionName?: string

Property Value

string

taskHubName

The TaskHubName of the orchestration

taskHubName?: string

Property Value

string