共用方式為


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)

適用於