C# 클래스 Akka.Routing.ActorRefRoutee

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

ActorRefRoutee() 공개 메소드

public ActorRefRoutee ( IActorRef actor ) : System.Collections.Generic
actor IActorRef
리턴 System.Collections.Generic

Ask() 공개 메소드

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

Equals() 보호된 메소드

protected Equals ( ActorRefRoutee other ) : bool
other ActorRefRoutee
리턴 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