8 references to ServiceControllerStatus
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (4)
IISDeployer.cs (4)
234
if (serviceController.Status !=
ServiceControllerStatus
.Running &&
235
serviceController.Status !=
ServiceControllerStatus
.StartPending)
240
serviceController.WaitForStatus(
ServiceControllerStatus
.Running, _timeout);
436
if (serviceController.Status !=
ServiceControllerStatus
.Stopped)
System.ServiceProcess (1)
System.ServiceProcess.cs (1)
12
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceProcess.
ServiceControllerStatus
))]
System.ServiceProcess.ServiceController (3)
artifacts\obj\System.ServiceProcess.ServiceController\Debug\net10.0\System.ServiceProcess.ServiceController.notsupported.cs (3)
77
public System.ServiceProcess.
ServiceControllerStatus
Status { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } }
91
public void WaitForStatus(System.ServiceProcess.
ServiceControllerStatus
desiredStatus) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); }
92
public void WaitForStatus(System.ServiceProcess.
ServiceControllerStatus
desiredStatus, System.TimeSpan timeout) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); }