ServiceState(String) コンストラクター

定義

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

public:
 ServiceState(System::String ^ state);
public ServiceState (string state);
new Microsoft.Extensions.Hosting.Systemd.ServiceState : string -> Microsoft.Extensions.Hosting.Systemd.ServiceState
Public Sub New (state As String)

パラメーター

state
String

Stringサービス状態の表現。

適用対象