C# Class HelloWorld.Interface.EntryRef

Inheritance: InterfacedActorRef, IEntry, IEntry_NoReply
显示文件 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
GetGreeter ( ) : Task
WithNoReply ( ) : IEntry_NoReply
WithRequestWaiter ( IRequestWaiter requestWaiter ) : EntryRef
WithTimeout ( System.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

GetGreeter() public method

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