Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Akka
Cluster
ClusterEvent.LeaderChanged
C# Class Akka.Cluster.ClusterEvent.LeaderChanged
Leader of the cluster members changed. Published when the state change is first seen on a node.
Inheritance:
IClusterDomainEvent
Afficher le fichier
Open project: rogeralsing/akka.net
Méthodes publiques
Méthode
Description
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
LeaderChanged
(
Akka.Actor.Address
leader
) :
System
Method Details
Equals()
public
méthode
public
Equals
(
object
obj
) :
bool
obj
object
Résultat
bool
GetHashCode()
public
méthode
public
GetHashCode
( ) :
int
Résultat
int
LeaderChanged()
public
méthode
public
LeaderChanged
(
Akka.Actor.Address
leader
) :
System
leader
Akka.Actor.Address
Résultat
System