C# 클래스 Protobuf.Interface.SurrogateRef

상속: InterfacedActorRef, ISurrogate, ISurrogate_NoReply
파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced

공개 메소드들

메소드 설명
GetAddress ( Akka address ) : Task
GetPath ( Akka path ) : Task
GetSelf ( ) : Task
SurrogateRef ( ) : System
SurrogateRef ( IRequestTarget target ) : System
SurrogateRef ( IRequestTarget target, IRequestWaiter requestWaiter, System.TimeSpan timeout = null ) : System
WithNoReply ( ) : ISurrogate_NoReply
WithRequestWaiter ( IRequestWaiter requestWaiter ) : SurrogateRef
WithTimeout ( System.TimeSpan timeout ) : SurrogateRef

비공개 메소드들

메소드 설명
ISurrogate_NoReply ( ) : void
ISurrogate_NoReply ( Akka address ) : void

메소드 상세

GetAddress() 공개 메소드

public GetAddress ( Akka address ) : Task
address Akka
리턴 Task

GetPath() 공개 메소드

public GetPath ( Akka path ) : Task
path Akka
리턴 Task

GetSelf() 공개 메소드

public GetSelf ( ) : Task
리턴 Task

SurrogateRef() 공개 메소드

public SurrogateRef ( ) : System
리턴 System

SurrogateRef() 공개 메소드

public SurrogateRef ( IRequestTarget target ) : System
target IRequestTarget
리턴 System

SurrogateRef() 공개 메소드

public SurrogateRef ( IRequestTarget target, IRequestWaiter requestWaiter, System.TimeSpan timeout = null ) : System
target IRequestTarget
requestWaiter IRequestWaiter
timeout System.TimeSpan
리턴 System

WithNoReply() 공개 메소드

public WithNoReply ( ) : ISurrogate_NoReply
리턴 ISurrogate_NoReply

WithRequestWaiter() 공개 메소드

public WithRequestWaiter ( IRequestWaiter requestWaiter ) : SurrogateRef
requestWaiter IRequestWaiter
리턴 SurrogateRef

WithTimeout() 공개 메소드

public WithTimeout ( System.TimeSpan timeout ) : SurrogateRef
timeout System.TimeSpan
리턴 SurrogateRef