C# Класс Akka.Cluster.GossipEnvelope

Envelope adding a sender and receiver address to the gossip. The reason for including the receiver address is to be able to ignore messages that were intended for a previous incarnation of the node with same host:port. The `uid` in the `UniqueAddress` is different in that case.
Наследование: IClusterMessage
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GossipEnvelope ( UniqueAddress from, UniqueAddress to, Gossip gossip, Akka.Remote.Deadline deadline = null ) : System

Описание методов

GossipEnvelope() публичный Метод

public GossipEnvelope ( UniqueAddress from, UniqueAddress to, Gossip gossip, Akka.Remote.Deadline deadline = null ) : System
from UniqueAddress
to UniqueAddress
gossip Gossip
deadline Akka.Remote.Deadline
Результат System