Edit

Share via


ISystemdNotifier.Notify(ServiceState) Method

Definition

Sends a notification to systemd.

public:
 void Notify(Microsoft::Extensions::Hosting::Systemd::ServiceState state);
public void Notify (Microsoft.Extensions.Hosting.Systemd.ServiceState state);
abstract member Notify : Microsoft.Extensions.Hosting.Systemd.ServiceState -> unit
Public Sub Notify (state As ServiceState)

Parameters

state
ServiceState

The ServiceState to notify.

Applies to