Class DistributedNodesUpdatedEventArgs
DistributedNodesUpdated
public sealed class DistributedNodesUpdatedEventArgs : EventArgs- Inheritance
- 
      
      
      DistributedNodesUpdatedEventArgs
- Inherited Members
Properties
DistributedNodes
Gets or sets the distributedNodes
[JsonPropertyName("distributedNodes")]
public BackendNode[] DistributedNodes { get; set; }Property Value
InsertionPointId
Gets or sets the insertionPointId
[JsonPropertyName("insertionPointId")]
public long InsertionPointId { get; set; }