ServiceState(String) Constructor

Definitie

Maak een aangepaste ServiceState.

public:
 ServiceState(System::String ^ state);
public ServiceState(string state);
new Microsoft.Extensions.Hosting.Systemd.ServiceState : string -> Microsoft.Extensions.Hosting.Systemd.ServiceState
Public Sub New (state As String)

Parameters

state
String

Een String weergave van de servicestatus.

Van toepassing op