RemoteSystemSessionJoinStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Success | 0 | The join attempt was successful. |
SessionLimitsExceeded | 1 | The join request failed because this device is already a participant in the maximum allowed number of sessions. |
OperationAborted | 2 | The join attempt failed for an unknown reason. |
SessionUnavailable | 3 | The connection to the remote session was lost. |
RejectedByController | 4 | The join request was rejected by the device controlling this session. |