C# Class Akka.Interfaced.SlimSocket.Server.GatewayRef

Inheritance: InterfacedActorRef, IGateway, IGateway_NoReply
Mostra file Open project: SaladLab/Akka.Interfaced.SlimSocket Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
IGateway_NoReply ( ) : void
IGateway_NoReply ( bool stopListenOnly ) : void

Method Details

GatewayRef() public method

public GatewayRef ( ) : System
return System

GatewayRef() public method

public GatewayRef ( IRequestTarget target ) : System
target IRequestTarget
return System

GatewayRef() public method

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

Start() public method

public Start ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Stop() public method

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

WithNoReply() public method

public WithNoReply ( ) : IGateway_NoReply
return IGateway_NoReply

WithRequestWaiter() public method

public WithRequestWaiter ( IRequestWaiter requestWaiter ) : GatewayRef
requestWaiter IRequestWaiter
return GatewayRef

WithTimeout() public method

public WithTimeout ( System.TimeSpan timeout ) : GatewayRef
timeout System.TimeSpan
return GatewayRef