FunctionInvokingRealtimeClient.AllowConcurrentInvocation 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 une valeur indiquant s’il faut autoriser l’appel simultané de fonctions.
public:
property bool AllowConcurrentInvocation { bool get(); void set(bool value); };
public bool AllowConcurrentInvocation { get; set; }
member this.AllowConcurrentInvocation : bool with get, set
Public Property AllowConcurrentInvocation As Boolean
Valeur de propriété
true si plusieurs appels de fonction peuvent s’exécuter en parallèle.
false si les appels de fonction sont traités en série.
La valeur par défaut est false.