C# 클래스 Akka.Interfaced.Tests.StartEventTest.TestStartActor

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

공개 메소드들

메소드 설명
TestStartActor ( LogBoard log ) : System

보호된 메소드들

메소드 설명
OnStart ( bool restarted ) : Task
PostRestart ( Exception cause ) : void
PreStart ( ) : void

비공개 메소드들

메소드 설명
Handle ( string message ) : Task

메소드 상세

OnStart() 보호된 메소드

protected OnStart ( bool restarted ) : Task
restarted bool
리턴 Task

PostRestart() 보호된 메소드

protected PostRestart ( Exception cause ) : void
cause System.Exception
리턴 void

PreStart() 보호된 메소드

protected PreStart ( ) : void
리턴 void

TestStartActor() 공개 메소드

public TestStartActor ( LogBoard log ) : System
log LogBoard
리턴 System