Compartir a través de


StatefulServiceProperties.HasPersistedState Propiedad

Definición

Obtiene o establece una marca que indica si se trata de un servicio persistente que almacena estados en el disco local. Si es entonces el valor de esta propiedad es true, si no es 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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a