次の方法で共有


StatefulService.HasPersistedState プロパティ

定義

現在のサービスの状態が永続化されているかどうかを決定する値を取得します。

public bool HasPersistedState { get; }
member this.HasPersistedState : bool
Public ReadOnly Property HasPersistedState As Boolean

プロパティ値

true 現在のサービスの状態が永続化されている場合は 。それ以外の場合は false

適用対象