C# Class Akka.Cluster.AutoDownBase

Inheritance: Akka.Actor.UntypedActor
Afficher le fichier Open project: rogeralsing/akka.net

Protected Properties

Свойство Type Description
_leader bool

Méthodes publiques

Méthode Description
Down ( Akka.Actor.Address node ) : void

Méthodes protégées

Méthode Description
AutoDownBase ( System.TimeSpan autoDownUnreachableAfter ) : System
OnReceive ( object message ) : void
PostStop ( ) : void

Private Methods

Méthode Description
DownOrAddPending ( UniqueAddress node ) : void
Remove ( UniqueAddress node ) : void
ScheduleUnreachable ( UniqueAddress node ) : void
UnreachableMember ( Member m ) : void

Method Details

AutoDownBase() protected méthode

protected AutoDownBase ( System.TimeSpan autoDownUnreachableAfter ) : System
autoDownUnreachableAfter System.TimeSpan
Résultat System

Down() public abstract méthode

public abstract Down ( Akka.Actor.Address node ) : void
node Akka.Actor.Address
Résultat void

OnReceive() protected méthode

protected OnReceive ( object message ) : void
message object
Résultat void

PostStop() protected méthode

protected PostStop ( ) : void
Résultat void

Property Details

_leader protected_oe property

protected bool _leader
Résultat bool