次の方法で共有


NodeContext(String, NodeId, BigInteger, String, String) コンストラクター

定義

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)

パラメーター

nodeName
String

ノード名。

nodeId
NodeId

ノード ID。

nodeInstanceId
BigInteger

ノード インスタンス ID。

nodeType
String

ノード型。

ipAddressOrFQDN
String

ノードの IP アドレスまたは FQDN。

適用対象