C# Class Akka.Tests.Actor.SupervisorHierarchySpec.CountDownActor

Inheritance: ReceiveActor
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
CountDownActor ( CountdownEvent restartsCountdown, Akka.Actor.SupervisorStrategy supervisorStrategy ) : System

Méthodes protégées

Méthode Description
PostRestart ( Exception reason ) : void
PreRestart ( Exception reason, object message ) : void
SupervisorStrategy ( ) : Akka.Actor.SupervisorStrategy

Method Details

CountDownActor() public méthode

public CountDownActor ( CountdownEvent restartsCountdown, Akka.Actor.SupervisorStrategy supervisorStrategy ) : System
restartsCountdown System.Threading.CountdownEvent
supervisorStrategy Akka.Actor.SupervisorStrategy
Résultat System

PostRestart() protected méthode

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

PreRestart() protected méthode

protected PreRestart ( Exception reason, object message ) : void
reason System.Exception
message object
Résultat void

SupervisorStrategy() protected méthode

protected SupervisorStrategy ( ) : Akka.Actor.SupervisorStrategy
Résultat Akka.Actor.SupervisorStrategy