次の方法で共有


NodeStartDescription(Guid, String, BigInteger) コンストラクター

定義

NodeStartDescription のインスタンスを作成します。これは、StartNodeTransitionAsync() を使用してノードを開始する方法に関する情報を記述します。

public NodeStartDescription (Guid operationId, string nodeName, System.Numerics.BigInteger nodeInstanceId);
new System.Fabric.Description.NodeStartDescription : Guid * string * System.Numerics.BigInteger -> System.Fabric.Description.NodeStartDescription
Public Sub New (operationId As Guid, nodeName As String, nodeInstanceId As BigInteger)

パラメーター

operationId
Guid

この操作を識別するための Guid。 これは一意である必要があり、他の操作では使用しないでください。

nodeName
String

開始または停止するノードの名前。 名前は、GetNodeListAsync() を使用して決定できます。

nodeInstanceId
BigInteger

ターゲット ノードのノード インスタンス ID。 これは、GetNodeListAsync() を使用して決定できます。

適用対象