FunctionInvokingRealtimeClient.AllowConcurrentInvocation Egenskap

Definition

Hämtar eller anger ett värde som anger om du vill tillåta samtidig anrop av funktioner.

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

Egenskapsvärde

true om flera funktionsanrop kan köras parallellt. false om funktionsanrop bearbetas seriellt. Standardvärdet är false.

Gäller för