RemoteSystemStatus 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 the values that describe a remote system's availability status.
public enum class RemoteSystemStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class RemoteSystemStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum RemoteSystemStatus
var value = Windows.System.RemoteSystems.RemoteSystemStatus.unavailable
Public Enum RemoteSystemStatus
- Inheritance
-
RemoteSystemStatus
- Attributes
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|
App capabilities |
remoteSystem
|
Fields
Name | Value | Description |
---|---|---|
Unavailable | 0 | The remote system is unavailable. |
DiscoveringAvailability | 1 | The availability of the remote system is currently being discovered. |
Available | 2 | The remote system is available. |
Unknown | 3 | The availability of the remote system is unknown. |