PeerMessagePropagation Enum

Definition

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

public enum class PeerMessagePropagation
public enum PeerMessagePropagation
type PeerMessagePropagation = 
Public Enum PeerMessagePropagation
Inheritance
PeerMessagePropagation

Fields

Local 1

The message is intended for the local peer node.

LocalAndRemote 3

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

None 0

The recipient of the message is not known or available.

Remote 2

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

Applies to