NodeContext(String, NodeId, BigInteger, String, 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.
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