ServiceState 구조체

정의

서비스 상태 변경을 설명합니다.

public value class ServiceState
public struct ServiceState
type ServiceState = struct
Public Structure ServiceState
상속
ServiceState

생성자

ServiceState(String)

사용자 지정 ServiceState를 만듭니다.

필드

Ready

서비스 시작이 완료되었습니다.

Stopping

서비스의 종료를 시작하고 있습니다.

메서드

ToString()

서비스 상태에 대한 문자열 표현입니다.

적용 대상