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

Inheritance: InterfacedActorRef, IDefault, IDefault_NoReply
Datei anzeigen Open project: SaladLab/Akka.Interfaced

Public Methods

Method 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

Method Description
IDefault_NoReply ( int a, int b, string c ) : void

Method Details

Call() public method

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

CallWithDefault() public method

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

DefaultRef() public method

public DefaultRef ( ) : System
return System

DefaultRef() public method

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

DefaultRef() public method

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

WithNoReply() public method

public WithNoReply ( ) : IDefault_NoReply
return IDefault_NoReply

WithRequestWaiter() public method

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

WithTimeout() public method

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