通过


FunctionInvokingRealtimeClient.AllowConcurrentInvocation 属性

定义

获取或设置一个值,该值指示是否允许并发调用函数。

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

属性值

true 如果多个函数调用可以并行执行,则为 。 false 如果以串行方式处理函数调用,则为 。 默认值为 false

适用于