ServiceState 構造体

定義

サービスの状態の変更について説明します。

public value class ServiceState
public struct ServiceState
type ServiceState = struct
Public Structure ServiceState
継承
ServiceState

コンストラクター

名前 説明
ServiceState(String)

カスタム ServiceState を作成します。

フィールド

名前 説明
Ready

サービスの起動が完了しました。

Stopping

サービスがシャットダウンを開始しています。

メソッド

名前 説明
ToString()

サービス状態の文字列表現。

適用対象