Aracılığıyla paylaş


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

Definition

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