RemoteSystemSessionJoinStatus Enum

Definition

Contains values which describe the result of this device's attempt to join a remote session.

public enum class RemoteSystemSessionJoinStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class RemoteSystemSessionJoinStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum RemoteSystemSessionJoinStatus
var value = Windows.System.RemoteSystems.RemoteSystemSessionJoinStatus.success
Public Enum RemoteSystemSessionJoinStatus
Inheritance
RemoteSystemSessionJoinStatus
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

OperationAborted 2

The join attempt failed for an unknown reason.

RejectedByController 4

The join request was rejected by the device controlling this session.

SessionLimitsExceeded 1

The join request failed because this device is already a participant in the maximum allowed number of sessions.

SessionUnavailable 3

The connection to the remote session was lost.

Success 0

The join attempt was successful.

Applies to