C# 클래스 Akka.Interfaced.Persistence.Tests.NotepadRef

상속: InterfacedActorRef, INotepad, INotepad_NoReply
파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
INotepad_NoReply ( ) : void
INotepad_NoReply ( string message ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

FlushSnapshot() 공개 메소드

public FlushSnapshot ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

GetDocument() 공개 메소드

public GetDocument ( ) : Task>
리턴 Task>

NotepadRef() 공개 메소드

public NotepadRef ( ) : System
리턴 System

NotepadRef() 공개 메소드

public NotepadRef ( IRequestTarget target ) : System
target IRequestTarget
리턴 System

NotepadRef() 공개 메소드

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

WithNoReply() 공개 메소드

public WithNoReply ( ) : INotepad_NoReply
리턴 INotepad_NoReply

WithRequestWaiter() 공개 메소드

public WithRequestWaiter ( IRequestWaiter requestWaiter ) : NotepadRef
requestWaiter IRequestWaiter
리턴 NotepadRef

WithTimeout() 공개 메소드

public WithTimeout ( System.TimeSpan timeout ) : NotepadRef
timeout System.TimeSpan
리턴 NotepadRef

Write() 공개 메소드

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