ServiceState 구조체

정의

서비스 상태 변경에 대해 설명합니다.

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

생성자

Name Description
ServiceState(String)

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

필드

Name Description
Ready

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

Stopping

서비스가 종료를 시작합니다.

메서드

Name Description
ToString()

서비스 상태의 문자열 표현입니다.

적용 대상