StartNodePoisonDescription(String, BigInteger, List<String>) Constructor

Definition

Constructs a StartNodePoisonDescription

public StartNodePoisonDescription (string nodeId, System.Numerics.BigInteger nodeInstanceId, System.Collections.Generic.List<string> neighbors);
new System.Fabric.Description.StartNodePoisonDescription : string * System.Numerics.BigInteger * System.Collections.Generic.List<string> -> System.Fabric.Description.StartNodePoisonDescription
Public Sub New (nodeId As String, nodeInstanceId As BigInteger, neighbors As List(Of String))

Parameters

nodeId
String

The id of the target node.

nodeInstanceId
BigInteger

The node instance id of the target node.

neighbors
List<String>

The neighbors of the target node.

Applies to