C# Class Akka.Cluster.AutoDownBase

Inheritance: Akka.Actor.UntypedActor
Mostra file Open project: rogeralsing/akka.net

Protected Properties

Property Type Description
_leader bool

Public Methods

Method Description
Down ( Akka.Actor.Address node ) : void

Protected Methods

Method Description
AutoDownBase ( System.TimeSpan autoDownUnreachableAfter ) : System
OnReceive ( object message ) : void
PostStop ( ) : void

Private Methods

Method Description
DownOrAddPending ( UniqueAddress node ) : void
Remove ( UniqueAddress node ) : void
ScheduleUnreachable ( UniqueAddress node ) : void
UnreachableMember ( Member m ) : void

Method Details

AutoDownBase() protected method

protected AutoDownBase ( System.TimeSpan autoDownUnreachableAfter ) : System
autoDownUnreachableAfter System.TimeSpan
return System

Down() public abstract method

public abstract Down ( Akka.Actor.Address node ) : void
node Akka.Actor.Address
return void

OnReceive() protected method

protected OnReceive ( object message ) : void
message object
return void

PostStop() protected method

protected PostStop ( ) : void
return void

Property Details

_leader protected_oe property

protected bool _leader
return bool