次の方法で共有


SystemdNotifier クラス

定義

サービスの状態について systemd に通知するためのサポートを提供します。

public ref class SystemdNotifier : Microsoft::Extensions::Hosting::Systemd::ISystemdNotifier
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public class SystemdNotifier : Microsoft.Extensions.Hosting.Systemd.ISystemdNotifier
public class SystemdNotifier : Microsoft.Extensions.Hosting.Systemd.ISystemdNotifier
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
type SystemdNotifier = class
    interface ISystemdNotifier
type SystemdNotifier = class
    interface ISystemdNotifier
Public Class SystemdNotifier
Implements ISystemdNotifier
継承
SystemdNotifier
属性
実装

コンストラクター

SystemdNotifier()

SystemdNotifier しい をインスタンス化し、通知ソケット パスを設定します。

プロパティ

IsEnabled

サービス通知を受け取るように systemd が構成されているかどうかを返します。

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
Notify(ServiceState)

systemd に通知を送信します。

ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象