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

Inheritance: InterfacedActorRef, IGateway, IGateway_NoReply
Afficher le fichier Open project: SaladLab/Akka.Interfaced.SlimSocket Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
IGateway_NoReply ( ) : void
IGateway_NoReply ( bool stopListenOnly ) : void

Method Details

GatewayRef() public méthode

public GatewayRef ( ) : System
Résultat System

GatewayRef() public méthode

public GatewayRef ( IRequestTarget target ) : System
target IRequestTarget
Résultat System

GatewayRef() public méthode

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

Start() public méthode

public Start ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Stop() public méthode

public Stop ( bool stopListenOnly = false ) : System.Threading.Tasks.Task
stopListenOnly bool
Résultat System.Threading.Tasks.Task

WithNoReply() public méthode

public WithNoReply ( ) : IGateway_NoReply
Résultat IGateway_NoReply

WithRequestWaiter() public méthode

public WithRequestWaiter ( IRequestWaiter requestWaiter ) : GatewayRef
requestWaiter IRequestWaiter
Résultat GatewayRef

WithTimeout() public méthode

public WithTimeout ( System.TimeSpan timeout ) : GatewayRef
timeout System.TimeSpan
Résultat GatewayRef