FunctionInvokingRealtimeClient.AllowConcurrentInvocation Propriété

Définition

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.

S’applique à