RemoteSystemSessionJoinStatus RemoteSystemSessionJoinStatus RemoteSystemSessionJoinStatus RemoteSystemSessionJoinStatus Enum

Definition

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

public : enum class RemoteSystemSessionJoinStatuspublic enum RemoteSystemSessionJoinStatusPublic Enum RemoteSystemSessionJoinStatus// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Fields

OperationAborted OperationAborted OperationAborted OperationAborted

The join attempt failed for an unknown reason.

RejectedByController RejectedByController RejectedByController RejectedByController

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

SessionLimitsExceeded SessionLimitsExceeded SessionLimitsExceeded SessionLimitsExceeded

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

SessionUnavailable SessionUnavailable SessionUnavailable SessionUnavailable

The connection to the remote session was lost.

Success Success Success Success

The join attempt was successful.