C# 클래스 Akka.Interfaced.SlimSocket.Server.GatewayRef

상속: InterfacedActorRef, IGateway, IGateway_NoReply
파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced.SlimSocket 1 사용 예제들

공개 메소드들

메소드 설명
GatewayRef ( ) : System
GatewayRef ( IRequestTarget target ) : System
GatewayRef ( IRequestTarget target, IRequestWaiter requestWaiter, System.TimeSpan timeout = null ) : System
Start ( ) : System.Threading.Tasks.Task
Stop ( bool stopListenOnly = false ) : System.Threading.Tasks.Task
WithNoReply ( ) : IGateway_NoReply
WithRequestWaiter ( IRequestWaiter requestWaiter ) : GatewayRef
WithTimeout ( System.TimeSpan timeout ) : GatewayRef

비공개 메소드들

메소드 설명
IGateway_NoReply ( ) : void
IGateway_NoReply ( bool stopListenOnly ) : void

메소드 상세

GatewayRef() 공개 메소드

public GatewayRef ( ) : System
리턴 System

GatewayRef() 공개 메소드

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

GatewayRef() 공개 메소드

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

Start() 공개 메소드

public Start ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

Stop() 공개 메소드

public Stop ( bool stopListenOnly = false ) : System.Threading.Tasks.Task
stopListenOnly bool
리턴 System.Threading.Tasks.Task

WithNoReply() 공개 메소드

public WithNoReply ( ) : IGateway_NoReply
리턴 IGateway_NoReply

WithRequestWaiter() 공개 메소드

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

WithTimeout() 공개 메소드

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