C# 클래스 Akka.Routing.ScatterGatherFirstCompletedRoutees

상속: Routee
파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 메소드들

메소드 설명
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