Share via


NodeContext(String, NodeId, BigInteger, String, String) Constructor

Definition

public NodeContext(string nodeName, System.Fabric.NodeId nodeId, System.Numerics.BigInteger nodeInstanceId, string nodeType, string ipAddressOrFQDN);
new System.Fabric.NodeContext : string * System.Fabric.NodeId * System.Numerics.BigInteger * string * string -> System.Fabric.NodeContext
Public Sub New (nodeName As String, nodeId As NodeId, nodeInstanceId As BigInteger, nodeType As String, ipAddressOrFQDN As String)

Parameters

nodeName
System.String
nodeId
NodeId
nodeInstanceId
System.Numerics.BigInteger
nodeType
System.String
ipAddressOrFQDN
System.String

Applies to