Class DistributedNodesUpdatedEventArgs
Called when distribution is changed.
public sealed class DistributedNodesUpdatedEventArgs : EventArgs
- Inheritance
-
DistributedNodesUpdatedEventArgs
- Inherited Members
Properties
DistributedNodes
Distributed nodes for given insertion point.
[JsonPropertyName("distributedNodes")]
public BackendNode[] DistributedNodes { get; set; }
Property Value
InsertionPointId
Insertion point where distributed nodes were updated.
[JsonPropertyName("insertionPointId")]
public long InsertionPointId { get; set; }