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 | 監看員正在停止。 |