SystemdNotifier Classe

Definizione

Fornisce supporto per inviare una notifica a systemd sullo stato del servizio.

public ref class SystemdNotifier : Microsoft::Extensions::Hosting::Systemd::ISystemdNotifier
public class SystemdNotifier : Microsoft.Extensions.Hosting.Systemd.ISystemdNotifier
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public class SystemdNotifier : Microsoft.Extensions.Hosting.Systemd.ISystemdNotifier
type SystemdNotifier = class
    interface ISystemdNotifier
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
type SystemdNotifier = class
    interface ISystemdNotifier
Public Class SystemdNotifier
Implements ISystemdNotifier
Ereditarietà
SystemdNotifier
Attributi
Implementazioni

Costruttori

SystemdNotifier()

Crea un'istanza di un nuovo SystemdNotifier e imposta il percorso del socket di notifica.

Proprietà

IsEnabled

Restituisce un valore che indica se systemd è configurato per ricevere notifiche del servizio.

Metodi

Equals(Object)

Determina se l'oggetto specificato è uguale all'oggetto corrente.

(Ereditato da Object)
GetHashCode()

Funge da funzione hash predefinita.

(Ereditato da Object)
GetType()

Ottiene l'oggetto Type dell'istanza corrente.

(Ereditato da Object)
MemberwiseClone()

Crea una copia superficiale dell'oggetto Object corrente.

(Ereditato da Object)
Notify(ServiceState)

Invia una notifica a systemd.

ToString()

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)

Si applica a