C# Class Akka.Interfaced.SlimSocket.EntryRef

Inheritance: InterfacedActorRef, IEntry, IEntry_NoReply
Datei anzeigen Open project: SaladLab/Akka.Interfaced.SlimSocket

Public Methods

Method Description
Echo ( string message ) : Task
EntryRef ( ) : System
EntryRef ( IRequestTarget target ) : System
EntryRef ( IRequestTarget target, IRequestWaiter requestWaiter, System.TimeSpan timeout = null ) : System
GetGreeter ( ) : Task
GetGreeterOnAnotherChannel ( ) : Task
WithNoReply ( ) : IEntry_NoReply
WithRequestWaiter ( IRequestWaiter requestWaiter ) : EntryRef
WithTimeout ( System.TimeSpan timeout ) : EntryRef

Private Methods

Method Description
IEntry_NoReply ( ) : void
IEntry_NoReply ( string message ) : void

Method Details

Echo() public method

public Echo ( string message ) : Task
message string
return Task

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

GetGreeter() public method

public GetGreeter ( ) : Task
return Task

GetGreeterOnAnotherChannel() public method

public GetGreeterOnAnotherChannel ( ) : 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