次の方法で共有


StatefulServiceProperties.HasPersistedState プロパティ

定義

ローカル ディスクに状態を格納する永続的なサービスであるかどうかを示すフラグを取得または設定します。 が の場合、このプロパティの値は true になります。そうでない場合は 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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象