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

Inheritance: InterfacedActorRef, INotepad, INotepad_NoReply
Afficher le fichier Open project: SaladLab/Akka.Interfaced

Méthodes publiques

Méthode 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

Méthode Description
INotepad_NoReply ( ) : void
INotepad_NoReply ( string message ) : void

Method Details

Clear() public méthode

public Clear ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

FlushSnapshot() public méthode

public FlushSnapshot ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

GetDocument() public méthode

public GetDocument ( ) : Task>
Résultat Task>

NotepadRef() public méthode

public NotepadRef ( ) : System
Résultat System

NotepadRef() public méthode

public NotepadRef ( IRequestTarget target ) : System
target IRequestTarget
Résultat System

NotepadRef() public méthode

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

WithNoReply() public méthode

public WithNoReply ( ) : INotepad_NoReply
Résultat INotepad_NoReply

WithRequestWaiter() public méthode

public WithRequestWaiter ( IRequestWaiter requestWaiter ) : NotepadRef
requestWaiter IRequestWaiter
Résultat NotepadRef

WithTimeout() public méthode

public WithTimeout ( System.TimeSpan timeout ) : NotepadRef
timeout System.TimeSpan
Résultat NotepadRef

Write() public méthode

public Write ( string message ) : System.Threading.Tasks.Task
message string
Résultat System.Threading.Tasks.Task