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

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

공개 메소드들

메소드 설명
TestNotepadActor ( string id, List eventLog ) : System

보호된 메소드들

메소드 설명
OnStart ( bool restarted ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
INotepad ( ) : System.Threading.Tasks.Task
INotepad ( string message ) : System.Threading.Tasks.Task
INotepad ( ) : Task>
OnRecover ( NotepadClearEvent message ) : void
OnRecover ( NotepadWriteEvent message ) : void
OnRecover ( SnapshotOffer snapshot ) : void

메소드 상세

OnStart() 보호된 메소드

protected OnStart ( bool restarted ) : System.Threading.Tasks.Task
restarted bool
리턴 System.Threading.Tasks.Task

TestNotepadActor() 공개 메소드

public TestNotepadActor ( string id, List eventLog ) : System
id string
eventLog List
리턴 System