Edit

Share via


PeerMessagePropagation Enum

Definition

Indicates the recipient of a message sent over a peer channel.

C#
public enum PeerMessagePropagation
Inheritance
PeerMessagePropagation

Fields

Name Value Description
None 0

The recipient of the message is not known or available.

Local 1

The message is intended for the local peer node.

Remote 2

The message is intended for a remote peer node in the peer mesh.

LocalAndRemote 3

The message is intended for both the local peer node and a remote peer node in the peer mesh.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1