C# Class Akka.Cluster.ClusterHeartbeatSender.Heartbeat

Sent at regular intervals for failure detection
Inheritance: IClusterMessage, IPriorityMessage
Mostra file Open project: rogeralsing/akka.net

Public Methods

Method Description
Equals ( object obj ) : bool
Heartbeat ( Akka.Actor.Address @from ) : System

Private Methods

Method Description
Equals ( Heartbeat other ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

Heartbeat() public method

public Heartbeat ( Akka.Actor.Address @from ) : System
@from Akka.Actor.Address
return System