Show / Hide Table of Contents

Class ClusterMemberEventArgs

Represents arguments for all events related to cluster members.

Inheritance
object
EventArgs
PeerEventArgs
ClusterMemberEventArgs
ClusterMemberStatusChangedEventArgs
RaftClusterMemberEventArgs<TMember>
Inherited Members
PeerEventArgs.Create(EndPoint)
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: DotNext.Net.Cluster
Assembly: DotNext.Net.Cluster.dll
Syntax
public class ClusterMemberEventArgs : PeerEventArgs

Constructors

| Edit this page View Source

ClusterMemberEventArgs(IClusterMember)

Represents arguments for all events related to cluster members.

Declaration
public ClusterMemberEventArgs(IClusterMember member)
Parameters
Type Name Description
IClusterMember member

The cluster member.

Properties

| Edit this page View Source

Member

Gets a member associated with the event.

Declaration
public IClusterMember Member { get; }
Property Value
Type Description
IClusterMember
| Edit this page View Source

PeerAddress

Gets the address of the cluster member.

Declaration
public override sealed EndPoint PeerAddress { get; }
Property Value
Type Description
EndPoint
Overrides
PeerEventArgs.PeerAddress

Extension Methods

BasicExtensions.As<T>(T)
BasicExtensions.GetUserData<T>(T)
BasicExtensions.IsBetween<T, TLowerBound, TUpperBound>(T, TLowerBound, TUpperBound)
BasicExtensions.IsOneOf<T>(T, ReadOnlySpan<T>)
ExpressionBuilder.Const<T>(T)
AsyncLockAcquisition.AcquireLockAsync<T>(T, CancellationToken)
AsyncLockAcquisition.AcquireLockAsync<T>(T, TimeSpan, CancellationToken)
AsyncLockAcquisition.AcquireReadLockAsync<T>(T, CancellationToken)
AsyncLockAcquisition.AcquireReadLockAsync<T>(T, TimeSpan, CancellationToken)
AsyncLockAcquisition.AcquireWriteLockAsync<T>(T, bool, CancellationToken)
AsyncLockAcquisition.AcquireWriteLockAsync<T>(T, bool, TimeSpan, CancellationToken)
AsyncLockAcquisition.AcquireWriteLockAsync<T>(T, CancellationToken)
AsyncLockAcquisition.AcquireWriteLockAsync<T>(T, TimeSpan, CancellationToken)
LockAcquisition.AcquireReadLock<T>(T)
LockAcquisition.AcquireReadLock<T>(T, TimeSpan)
LockAcquisition.AcquireUpgradeableReadLock<T>(T)
LockAcquisition.AcquireUpgradeableReadLock<T>(T, TimeSpan)
LockAcquisition.AcquireWriteLock<T>(T)
LockAcquisition.AcquireWriteLock<T>(T, TimeSpan)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾