StatefulService クラス

定義

ステートフル サービスを表します。

public sealed class StatefulService : System.Fabric.Query.Service
type StatefulService = class
    inherit Service
Public NotInheritable Class StatefulService
Inherits Service
継承
StatefulService

プロパティ

HasPersistedState

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

HealthState

正常性状態を取得します。

(継承元 Service)
IsServiceGroup

フラグは、このサービスが通常のサービスかサービス グループかを示します。

(継承元 Service)
ServiceKind

サービスの種類を取得します。

(継承元 Service)
ServiceManifestVersion

サービス マニフェストのバージョンを取得します。

(継承元 Service)
ServiceMetadata

サービス メタデータを取得します。

(継承元 Service)
ServiceName

サービス名を取得します。

(継承元 Service)
ServiceStatus

サービスの状態を取得します。

(継承元 Service)
ServiceTypeName

サービスの種類名を取得します。

(継承元 Service)

適用対象