Partager via


NodeId(BigInteger, BigInteger) Constructeur

Définition

Initialise un nouvel NodeId objet, avec les composants d’ordre élevé et inférieur spécifiés.

public NodeId (System.Numerics.BigInteger high, System.Numerics.BigInteger low);
new System.Fabric.NodeId : System.Numerics.BigInteger * System.Numerics.BigInteger -> System.Fabric.NodeId
Public Sub New (high As BigInteger, low As BigInteger)

Paramètres

high
BigInteger

Composant d’ordre élevé de l’objet NodeId .

low
BigInteger

Composant d’ordre inférieur de l’objet NodeId .

S’applique à