C# Class UnityBasic.Interface.EntryRef

Inheritance: InterfacedActorRef, IEntry, IEntry_NoReply
Mostrar archivo Open project: SaladLab/Akka.Interfaced.SlimSocket

Public Methods

Method Description
EntryRef ( ) : System
EntryRef ( IRequestTarget target ) : System
EntryRef ( IRequestTarget target, IRequestWaiter requestWaiter, System.TimeSpan timeout = null ) : System
EntryRef ( IRequestTarget target, IRequestWaiter requestWaiter, TimeSpan? timeout = null ) : System
GetCalculator ( ) : Task
GetCounter ( ) : Task
GetGreeter ( ) : Task
GetGreeterOnAnotherChannel ( ) : Task
GetPedantic ( ) : Task
WithNoReply ( ) : IEntry_NoReply
WithRequestWaiter ( IRequestWaiter requestWaiter ) : EntryRef
WithTimeout ( System.TimeSpan timeout ) : EntryRef
WithTimeout ( TimeSpan? timeout ) : EntryRef

Private Methods

Method Description
IEntry_NoReply ( ) : void

Method Details

EntryRef() public method

public EntryRef ( ) : System
return System

EntryRef() public method

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

EntryRef() public method

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

EntryRef() public method

public EntryRef ( IRequestTarget target, IRequestWaiter requestWaiter, TimeSpan? timeout = null ) : System
target IRequestTarget
requestWaiter IRequestWaiter
timeout TimeSpan?
return System

GetCalculator() public method

public GetCalculator ( ) : Task
return Task

GetCounter() public method

public GetCounter ( ) : Task
return Task

GetGreeter() public method

public GetGreeter ( ) : Task
return Task

GetGreeterOnAnotherChannel() public method

public GetGreeterOnAnotherChannel ( ) : Task
return Task

GetPedantic() public method

public GetPedantic ( ) : Task
return Task

WithNoReply() public method

public WithNoReply ( ) : IEntry_NoReply
return IEntry_NoReply

WithRequestWaiter() public method

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

WithTimeout() public method

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

WithTimeout() public method

public WithTimeout ( TimeSpan? timeout ) : EntryRef
timeout TimeSpan?
return EntryRef