C# Class Akka.Interfaced.ProtobufSerializer.Tests.DefaultRef

Inheritance: InterfacedActorRef, IDefault, IDefault_NoReply
Afficher le fichier Open project: SaladLab/Akka.Interfaced

Méthodes publiques

Méthode Description
Call ( int a, int b, string c ) : System.Threading.Tasks.Task
CallWithDefault ( int a = 1, int b = 2, string c = "Test" ) : System.Threading.Tasks.Task
DefaultRef ( ) : System
DefaultRef ( IRequestTarget target ) : System
DefaultRef ( IRequestTarget target, IRequestWaiter requestWaiter, System.TimeSpan timeout = null ) : System
WithNoReply ( ) : IDefault_NoReply
WithRequestWaiter ( IRequestWaiter requestWaiter ) : DefaultRef
WithTimeout ( System.TimeSpan timeout ) : DefaultRef

Private Methods

Méthode Description
IDefault_NoReply ( int a, int b, string c ) : void

Method Details

Call() public méthode

public Call ( int a, int b, string c ) : System.Threading.Tasks.Task
a int
b int
c string
Résultat System.Threading.Tasks.Task

CallWithDefault() public méthode

public CallWithDefault ( int a = 1, int b = 2, string c = "Test" ) : System.Threading.Tasks.Task
a int
b int
c string
Résultat System.Threading.Tasks.Task

DefaultRef() public méthode

public DefaultRef ( ) : System
Résultat System

DefaultRef() public méthode

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

DefaultRef() public méthode

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

WithNoReply() public méthode

public WithNoReply ( ) : IDefault_NoReply
Résultat IDefault_NoReply

WithRequestWaiter() public méthode

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

WithTimeout() public méthode

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