FunctionInvokingRealtimeClient.AllowConcurrentInvocation Propriedade

Definição

Recebe ou define um valor que indica se permite a invocação concorrente de funções.

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

Valor de Propriedade

true se múltiplas chamadas de função podem ser executadas em paralelo. false se as chamadas de função forem processadas em série. O valor predefinido é false.

Aplica-se a