Udostępnij za pośrednictwem


DurableEntityStatus.State Property

Definition

Gets the state of the entity instance.

[System.Runtime.Serialization.DataMember(Name="state")]
public Newtonsoft.Json.Linq.JToken State { get; set; }
[<System.Runtime.Serialization.DataMember(Name="state")>]
member this.State : Newtonsoft.Json.Linq.JToken with get, set
Public Property State As JToken

Property Value

Newtonsoft.Json.Linq.JToken

The state as either a JToken or null if no state was provided.

Attributes

Applies to