NodeId(BigInteger, BigInteger) 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 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