次の方法で共有


MultiInstanceSettings.CoordinationCommandLine プロパティ

定義

プライマリが メイン タスク コマンドを実行するときに調整できるように、すべてのコンピューティング ノードで実行するコマンド ラインを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="coordinationCommandLine")]
public string CoordinationCommandLine { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="coordinationCommandLine")>]
member this.CoordinationCommandLine : string with get, set
Public Property CoordinationCommandLine As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

一般的な調整コマンド ラインは、バックグラウンド サービスを起動し、サービスがノード間メッセージを処理する準備ができていることを確認します。

適用対象