C# 클래스 Akka.Routing.ActorSelectionRoutee

상속: Routee
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 메소드들

메소드 설명
ActorSelectionRoutee ( ActorSelection actor ) : System.Collections.Generic
Ask ( object message, System.TimeSpan timeout ) : Task
Equals ( object obj ) : bool
GetHashCode ( ) : int
Send ( object message, IActorRef sender ) : void

보호된 메소드들

메소드 설명
Equals ( ActorSelectionRoutee other ) : bool

메소드 상세

ActorSelectionRoutee() 공개 메소드

public ActorSelectionRoutee ( ActorSelection actor ) : System.Collections.Generic
actor Akka.Actor.ActorSelection
리턴 System.Collections.Generic

Ask() 공개 메소드

public Ask ( object message, System.TimeSpan timeout ) : Task
message object
timeout System.TimeSpan
리턴 Task

Equals() 보호된 메소드

protected Equals ( ActorSelectionRoutee other ) : bool
other ActorSelectionRoutee
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Send() 공개 메소드

public Send ( object message, IActorRef sender ) : void
message object
sender IActorRef
리턴 void