C# Class Akka.Interfaced.Tests.StartEventTest.TestStartActor

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

Méthodes publiques

Méthode Description
TestStartActor ( LogBoard log ) : System

Méthodes protégées

Méthode Description
OnStart ( bool restarted ) : Task
PostRestart ( Exception cause ) : void
PreStart ( ) : void

Private Methods

Méthode Description
Handle ( string message ) : Task

Method Details

OnStart() protected méthode

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

PostRestart() protected méthode

protected PostRestart ( Exception cause ) : void
cause System.Exception
Résultat void

PreStart() protected méthode

protected PreStart ( ) : void
Résultat void

TestStartActor() public méthode

public TestStartActor ( LogBoard log ) : System
log LogBoard
Résultat System