C# Class Protobuf.Interface.HelloWorldRef

Inheritance: InterfacedActorRef, IHelloWorld, IHelloWorld_NoReply
Afficher le fichier Open project: SaladLab/Akka.Interfaced

Méthodes publiques

Méthode Description
GetHelloCount ( ) : Task
HelloWorldRef ( ) : System
HelloWorldRef ( IRequestTarget target ) : System
HelloWorldRef ( IRequestTarget target, IRequestWaiter requestWaiter, System.TimeSpan timeout = null ) : System
SayHello ( string name ) : Task
WithNoReply ( ) : IHelloWorld_NoReply
WithRequestWaiter ( IRequestWaiter requestWaiter ) : HelloWorldRef
WithTimeout ( System.TimeSpan timeout ) : HelloWorldRef

Private Methods

Méthode Description
IHelloWorld_NoReply ( ) : void
IHelloWorld_NoReply ( string name ) : void

Method Details

GetHelloCount() public méthode

public GetHelloCount ( ) : Task
Résultat Task

HelloWorldRef() public méthode

public HelloWorldRef ( ) : System
Résultat System

HelloWorldRef() public méthode

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

HelloWorldRef() public méthode

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

SayHello() public méthode

public SayHello ( string name ) : Task
name string
Résultat Task

WithNoReply() public méthode

public WithNoReply ( ) : IHelloWorld_NoReply
Résultat IHelloWorld_NoReply

WithRequestWaiter() public méthode

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

WithTimeout() public méthode

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