C# Class Akka.Interfaced.Persistence.Tests.NotepadRef

Inheritance: InterfacedActorRef, INotepad, INotepad_NoReply
Datei anzeigen Open project: SaladLab/Akka.Interfaced

Public Methods

Method Description
Clear ( ) : System.Threading.Tasks.Task
FlushSnapshot ( ) : System.Threading.Tasks.Task
GetDocument ( ) : Task>
NotepadRef ( ) : System
NotepadRef ( IRequestTarget target ) : System
NotepadRef ( IRequestTarget target, IRequestWaiter requestWaiter, System.TimeSpan timeout = null ) : System
WithNoReply ( ) : INotepad_NoReply
WithRequestWaiter ( IRequestWaiter requestWaiter ) : NotepadRef
WithTimeout ( System.TimeSpan timeout ) : NotepadRef
Write ( string message ) : System.Threading.Tasks.Task

Private Methods

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

Method Details

Clear() public method

public Clear ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

FlushSnapshot() public method

public FlushSnapshot ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

GetDocument() public method

public GetDocument ( ) : Task>
return Task>

NotepadRef() public method

public NotepadRef ( ) : System
return System

NotepadRef() public method

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

NotepadRef() public method

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

WithNoReply() public method

public WithNoReply ( ) : INotepad_NoReply
return INotepad_NoReply

WithRequestWaiter() public method

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

WithTimeout() public method

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

Write() public method

public Write ( string message ) : System.Threading.Tasks.Task
message string
return System.Threading.Tasks.Task