C# Class Akka.Interfaced.Tests.ExceptionAtStartStopTest.TestExceptionActor

Inheritance: InterfacedActor
Datei anzeigen Open project: SaladLab/Akka.Interfaced

Public Methods

Method Description
TestExceptionActor ( LogBoard log, string tag = null ) : System

Protected Methods

Method Description
OnGracefulStop ( ) : Task
OnStart ( bool restarted ) : Task
PostStop ( ) : void
PreStart ( ) : void

Private Methods

Method Description
Handle ( string message ) : void

Method Details

OnGracefulStop() protected method

protected OnGracefulStop ( ) : Task
return Task

OnStart() protected method

protected OnStart ( bool restarted ) : Task
restarted bool
return Task

PostStop() protected method

protected PostStop ( ) : void
return void

PreStart() protected method

protected PreStart ( ) : void
return void

TestExceptionActor() public method

public TestExceptionActor ( LogBoard log, string tag = null ) : System
log LogBoard
tag string
return System