MultiInstanceSettings.CoordinationCommandLine Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET