ServiceState 结构

定义

说明服务状态更改。Describes a service state change.

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

构造函数

ServiceState(String)

创建自定义 ServiceState。Create custom ServiceState.

字段

Ready

服务启动已完成。Service startup is finished.

Stopping

服务正在开始关闭。Service is beginning its shutdown.

方法

ToString()

服务状态的字符串表示形式。String representation of service state.

适用于