C# Class Akka.Interfaced.SlimServer.ActorBoundGatewayRef

Inheritance: InterfacedActorRef, IActorBoundGateway, IActorBoundGateway_NoReply
Datei anzeigen Open project: SaladLab/Akka.Interfaced Class Usage Examples

Public Methods

Method Description
ActorBoundGatewayRef ( ) : System
ActorBoundGatewayRef ( IRequestTarget target ) : System
ActorBoundGatewayRef ( IRequestTarget target, IRequestWaiter requestWaiter, System.TimeSpan timeout = null ) : System
OpenChannel ( Akka actor, Akka types, object tag = null, Akka bindingFlags = (Akka.Interfaced.SlimServer.ActorBindingFlags)0 ) : Task
OpenChannel ( Akka actor, object tag = null, Akka bindingFlags = (Akka.Interfaced.SlimServer.ActorBindingFlags)0 ) : Task
WithNoReply ( ) : IActorBoundGateway_NoReply
WithRequestWaiter ( IRequestWaiter requestWaiter ) : ActorBoundGatewayRef
WithTimeout ( System.TimeSpan timeout ) : ActorBoundGatewayRef

Private Methods

Method Description
IActorBoundGateway_NoReply ( Akka actor, Akka types, object tag, Akka bindingFlags ) : void
IActorBoundGateway_NoReply ( Akka actor, object tag, Akka bindingFlags ) : void

Method Details

ActorBoundGatewayRef() public method

public ActorBoundGatewayRef ( ) : System
return System

ActorBoundGatewayRef() public method

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

ActorBoundGatewayRef() public method

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

OpenChannel() public method

public OpenChannel ( Akka actor, Akka types, object tag = null, Akka bindingFlags = (Akka.Interfaced.SlimServer.ActorBindingFlags)0 ) : Task
actor Akka
types Akka
tag object
bindingFlags Akka
return Task

OpenChannel() public method

public OpenChannel ( Akka actor, object tag = null, Akka bindingFlags = (Akka.Interfaced.SlimServer.ActorBindingFlags)0 ) : Task
actor Akka
tag object
bindingFlags Akka
return Task

WithNoReply() public method

public WithNoReply ( ) : IActorBoundGateway_NoReply
return IActorBoundGateway_NoReply

WithRequestWaiter() public method

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

WithTimeout() public method

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