DurableTaskWorker(String, IDurableTaskFactory) Constructor
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.
Initializes a new instance of the DurableTaskWorker class.
protected DurableTaskWorker(string? name, Microsoft.DurableTask.Worker.IDurableTaskFactory factory);
new Microsoft.DurableTask.Worker.Hosting.DurableTaskWorker : string * Microsoft.DurableTask.Worker.IDurableTaskFactory -> Microsoft.DurableTask.Worker.Hosting.DurableTaskWorker
Protected Sub New (name As String, factory As IDurableTaskFactory)
Parameters
- name
- String
The name of the worker.
- factory
- IDurableTaskFactory
The durable factory.