ServiceState 结构

定义

说明服务状态更改。

public value class ServiceState
public struct ServiceState
type ServiceState = struct
Public Structure ServiceState
继承
ServiceState

构造函数

ServiceState(String)

创建自定义 ServiceState。

字段

Ready

服务启动已完成。

Stopping

服务正在开始关闭。

方法

ToString()

服务状态的字符串表示形式。

适用于