Partager via


StatefulServiceProperties.HasPersistedState Propriété

Définition

Obtient ou définit un indicateur indiquant s’il s’agit d’un service persistant qui stocke les états sur le disque local. Si c’est le cas, la valeur de cette propriété est true, sinon elle a la valeur false.

[Newtonsoft.Json.JsonProperty(PropertyName="hasPersistedState")]
public bool? HasPersistedState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="hasPersistedState")>]
member this.HasPersistedState : Nullable<bool> with get, set
Public Property HasPersistedState As Nullable(Of Boolean)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à