Class DistributedNodesUpdatedEventArgs
Called when distribution is changed.
public sealed record DistributedNodesUpdatedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<DistributedNodesUpdatedEventArgs>
- Inheritance
-
EventArgsDistributedNodesUpdatedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
DistributedNodesUpdatedEventArgs(NodeId, ImmutableArray<BackendNode>)
Called when distribution is changed.
public DistributedNodesUpdatedEventArgs(NodeId InsertionPointId, ImmutableArray<BackendNode> DistributedNodes)
Parameters
InsertionPointIdNodeIdInsertion point where distributed nodes were updated.
DistributedNodesImmutableArray<BackendNode>Distributed nodes for given insertion point.
Properties
DistributedNodes
Distributed nodes for given insertion point.
public ImmutableArray<BackendNode> DistributedNodes { get; init; }
Property Value
InsertionPointId
Insertion point where distributed nodes were updated.
public NodeId InsertionPointId { get; init; }