Condividi tramite


FunctionInvokingRealtimeClient.AllowConcurrentInvocation Proprietà

Definizione

Ottiene o imposta un valore che indica se consentire la chiamata simultanea delle funzioni.

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

Valore della proprietà

true se più chiamate di funzione possono essere eseguite in parallelo. false se le chiamate di funzione vengono elaborate in modo seriale. Il valore predefinito è false.

Si applica a