Share via


NodeId(BigInteger, BigInteger) Constructor

Definition

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)

Parameters

high
System.Numerics.BigInteger
low
System.Numerics.BigInteger

Applies to