Class ClusterEvent.ReachabilityEvent
Inheritance
ClusterEvent.ReachabilityEvent
Assembly: Akka.Cluster.dll
Syntax
public abstract class ClusterEvent.ReachabilityEvent : ClusterEvent.IReachabilityEvent, ClusterEvent.IClusterDomainEvent, IDeadLetterSuppression
Constructors
|
Edit this page
View Source
ReachabilityEvent(Member)
Declaration
protected ReachabilityEvent(Member member)
Parameters
Type |
Name |
Description |
Member |
member |
TBD
|
Properties
|
Edit this page
View Source
Member
Declaration
public Member Member { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods