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.
Initializes a new instance of the NodeContext class.
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
- String
The node name.
- nodeId
- NodeId
The node id.
- nodeInstanceId
- BigInteger
The node instance id.
- nodeType
- String
The node type.
- ipAddressOrFQDN
- String
The IP address or FQDN of the node.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET