RemoteSystemSessionParticipantWatcherStatus 열거형

정의

참가자 감시자 개체의 작동 상태 설명하는 값을 포함합니다.

public enum class RemoteSystemSessionParticipantWatcherStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class RemoteSystemSessionParticipantWatcherStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum RemoteSystemSessionParticipantWatcherStatus
var value = Windows.System.RemoteSystems.RemoteSystemSessionParticipantWatcherStatus.created
Public Enum RemoteSystemSessionParticipantWatcherStatus
상속
RemoteSystemSessionParticipantWatcherStatus
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)
앱 기능
remoteSystem

필드

Aborted 5

알 수 없는 이유로 감시 작업이 중단되었습니다.

Created 0

감시자가 만들어졌지만 아직 시작되지 않았습니다.

EnumerationCompleted 2

세션 참가자의 초기 열거가 완료되었습니다.

Started 1

감시자가 세션 참가자를 찾기 시작했습니다.

Stopped 4

감시자가 세션 참가자를 찾지 못했습니다.

Stopping 3

감시자가 중지 중입니다.

적용 대상