RemoteSystemSessionMessageChannelReliability Enum

Definition

Contains values that describe the reliability type of a remote session messaging channel.

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

Reliable 0

The channel is connection-based. Delivery of packets is guaranteed as long as the connection remains open.

Unreliable 1

The channel is connectionless. Delivery of packets is not guaranteed.

Remarks

The ordering of messages is not guaranteed for channels of either reliability type.

Applies to