DurableOrchestrationStatus.CustomStatus Property
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.
Gets the custom status payload (if any) that was set by the orchestrator function.
public Newtonsoft.Json.Linq.JToken CustomStatus { get; set; }
member this.CustomStatus : Newtonsoft.Json.Linq.JToken with get, set
Public Property CustomStatus As JToken
Property Value
Newtonsoft.Json.Linq.JToken
The custom status as either a JToken
object or null
if no custom status has been set.
Remarks
Orchestrator functions can set a custom status using SetCustomStatus(Object).
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET