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

Inheritance: InterfacedActor
Afficher le fichier Open project: SaladLab/Akka.Interfaced

Méthodes publiques

Méthode Description
TestExceptionActor ( LogBoard log, string tag = null ) : System

Méthodes protégées

Méthode Description
OnGracefulStop ( ) : Task
OnStart ( bool restarted ) : Task
PostStop ( ) : void
PreStart ( ) : void

Private Methods

Méthode Description
Handle ( string message ) : void

Method Details

OnGracefulStop() protected méthode

protected OnGracefulStop ( ) : Task
Résultat Task

OnStart() protected méthode

protected OnStart ( bool restarted ) : Task
restarted bool
Résultat Task

PostStop() protected méthode

protected PostStop ( ) : void
Résultat void

PreStart() protected méthode

protected PreStart ( ) : void
Résultat void

TestExceptionActor() public méthode

public TestExceptionActor ( LogBoard log, string tag = null ) : System
log LogBoard
tag string
Résultat System