Class TrackingWorkItem
- Namespace
- DurableTask.Core
- Assembly
- DurableTask.Core.dll
An active tracking work item
public class TrackingWorkItem
- Inheritance
-
TrackingWorkItem
- Inherited Members
Constructors
TrackingWorkItem()
public TrackingWorkItem()
Fields
InstanceId
The instance id of this tracking work item
public string InstanceId
Field Value
LockedUntilUtc
The datetime this work item is locked until
public DateTime LockedUntilUtc
Field Value
NewMessages
The list of new messages to process tracking for
public IList<TaskMessage> NewMessages
Field Value
SessionInstance
The session instance this tracking item is associated with
public object SessionInstance