Table of Contents

Class StateMessage

Namespace
DurableTask.Core
Assembly
DurableTask.Core.dll

Deprecated Wrapper for the OrchestrationState in the Tracking Queue

[Obsolete("This has been Replaced by a combination of the HistoryStateEvent and TaskMessage")]
[DataContract]
public class StateMessage
Inheritance
StateMessage
Inherited Members

Constructors

StateMessage()

public StateMessage()

Fields

State

The Orchestration State

[DataMember]
public OrchestrationState State

Field Value

OrchestrationState