RemoteSystemSessionCreationStatus 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.
Describes the status of an attempt to create a remote session.
public enum class RemoteSystemSessionCreationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class RemoteSystemSessionCreationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum RemoteSystemSessionCreationStatus
var value = Windows.System.RemoteSystems.RemoteSystemSessionCreationStatus.success
Public Enum RemoteSystemSessionCreationStatus
- Inheritance
-
RemoteSystemSessionCreationStatus
- 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 remote session was created successfully. |
SessionLimitsExceeded | 1 | The remote session was not created because this device is already a participant in the maximum allowed number of sessions. |
OperationAborted | 2 | The creation attempt failed for an unknown reason. |