RemoteSystemSessionMessageChannelReliability
RemoteSystemSessionMessageChannelReliability
RemoteSystemSessionMessageChannelReliability
RemoteSystemSessionMessageChannelReliability
Enum
Definition
Contains values that describe the reliability type of a remote session messaging channel.
public : enum class RemoteSystemSessionMessageChannelReliabilitypublic enum RemoteSystemSessionMessageChannelReliabilityPublic Enum RemoteSystemSessionMessageChannelReliability// 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
| Reliable Reliable Reliable Reliable | The channel is connection-based. Delivery of packets is guaranteed as long as the connection remains open. |
| Unreliable Unreliable Unreliable Unreliable | The channel is connectionless. Delivery of packets is not guaranteed. |
Remarks
The ordering of messages is not guaranteed for channels of either reliability type.