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.
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.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.