C# Класс Akka.Routing.ScatterGatherFirstCompletedRoutees

Наследование: Routee
Показать файл Открыть проект

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

Метод Описание
ScatterGatherFirstCompletedRoutees ( Routee routees, System.TimeSpan within ) : System

Initializes a new instance of the ScatterGatherFirstCompletedRoutees class.

Send ( object message, IActorRef sender ) : void

Sends a message to the collection of routees.

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

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

Initializes a new instance of the ScatterGatherFirstCompletedRoutees class.
public ScatterGatherFirstCompletedRoutees ( Routee routees, System.TimeSpan within ) : System
routees Routee The list of routees that the router uses to send messages.
within System.TimeSpan The time within which at least one response is expected.
Результат System

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

Sends a message to the collection of routees.
public Send ( object message, IActorRef sender ) : void
message object The message that is being sent.
sender IActorRef The actor sending the message.
Результат void