RemoteSystemSessionParticipantWatcherStatus Enum

Definition

Contains values that describe the operational status of a participant watcher object.

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
Inheritance
RemoteSystemSessionParticipantWatcherStatus
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)
App capabilities
remoteSystem

Fields

Name Value Description
Created 0

The watcher has been created but has not yet been started.

Started 1

The watcher has started looking for session participants.

EnumerationCompleted 2

The initial enumeration of session participants has completed.

Stopping 3

The watcher is in the process of stopping.

Stopped 4

The watcher has stopped looking for session participants.

Aborted 5

The watching operation was aborted for an unknown reason.

Applies to