StatelessService クラス

定義

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

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

プロパティ

HealthState

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

(継承元 Service)
IsServiceGroup

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

(継承元 Service)
ServiceKind

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

(継承元 Service)
ServiceManifestVersion

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

(継承元 Service)
ServiceMetadata

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

(継承元 Service)
ServiceName

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

(継承元 Service)
ServiceStatus

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

(継承元 Service)
ServiceTypeName

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

(継承元 Service)

適用対象