Class WorkItemDispatcherContext
- Namespace
- DurableTask.Core
- Assembly
- DurableTask.Core.dll
Class to hold context for a WorkItemDispatcher call
public class WorkItemDispatcherContext
- Inheritance
-
WorkItemDispatcherContext
- Inherited Members
Constructors
WorkItemDispatcherContext(string, string, string)
Creates a new instance of the WorkItemDispatcherContext class
public WorkItemDispatcherContext(string name, string id, string dispatcherId)
Parameters
Properties
DispatcherId
Gets the dispatcher id from the context
public string DispatcherId { get; }
Property Value
Id
Gets the id from the context
public string Id { get; }
Property Value
Name
Gets the name from the context
public string Name { get; }