ServiceState 構造体

定義

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

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

コンストラクター

ServiceState(String)

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

フィールド

Ready

サービスのスタートアップが完了しました。

Stopping

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

メソッド

ToString()

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

適用対象