Partager via


MultiInstanceSettings.CoordinationCommandLine Propriété

Définition

Obtient ou définit la ligne de commande à exécuter sur tous les nœuds de calcul pour leur permettre de se coordonner lorsque le principal exécute la commande main Task.

[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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Une ligne de commande de coordination classique lance un service en arrière-plan et vérifie que le service est prêt à traiter les messages inter-nœuds.

S’applique à