RemoteSystemSessionParticipantWatcherStatus 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
참가자 감시자 개체의 작동 상태 설명하는 값을 포함합니다.
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 | 감시자가 중지 중입니다. |