StartNodePoisonDescription(String, BigInteger, List<String>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- System.String
- nodeInstanceId
- System.Numerics.BigInteger
- neighbors
- System.Collections.Generic.List<System.String>