Taal

SystemdNotifier Klas

Definitie

Biedt ondersteuning voor het melden van systeemstatussen over de servicestatus.

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
Overname
SystemdNotifier
Kenmerken
Implementeringen

Constructors

Name Description
SystemdNotifier()

Hiermee wordt een nieuwe SystemdNotifier instantie gemaakt en wordt het pad naar de meldingssocket ingesteld.

Eigenschappen

Name Description
IsEnabled

Retourneert of systeem is geconfigureerd voor het ontvangen van servicemeldingen.

Methoden

Name Description
Notify(ServiceState)

Hiermee wordt een melding verzonden naar een systeem.

Van toepassing op