Partilhar via


NodeContext(String, NodeId, BigInteger, String, String) Construtor

Definição

Inicializa uma nova instância da classe NodeContext.

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)

Parâmetros

nodeName
String

O nome do nó.

nodeId
NodeId

A ID do nó.

nodeInstanceId
BigInteger

A ID da instância do nó.

nodeType
String

O tipo de nó.

ipAddressOrFQDN
String

O endereço IP ou FQDN do nó.

Aplica-se a