共用方式為


RemoteSystemSessionWatcherStatus 列舉

定義

包含值,描述遠端會話監看員物件的操作狀態。

public enum class RemoteSystemSessionWatcherStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class RemoteSystemSessionWatcherStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum RemoteSystemSessionWatcherStatus
var value = Windows.System.RemoteSystems.RemoteSystemSessionWatcherStatus.created
Public Enum RemoteSystemSessionWatcherStatus
繼承
RemoteSystemSessionWatcherStatus
屬性

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

監看員正在停止。

適用於