Share via


FunctionInvokingChatClient.ConcurrentInvocation Property

Definition

Gets or sets a value indicating whether to allow concurrent invocation of functions.

public:
 property bool ConcurrentInvocation { bool get(); void set(bool value); };
public bool ConcurrentInvocation { get; set; }
member this.ConcurrentInvocation : bool with get, set
Public Property ConcurrentInvocation As Boolean

Property Value

Remarks

An individual response from the inner client may contain multiple function call requests. By default, such function calls are processed serially. Set ConcurrentInvocation to true to enable concurrent invocation such that multiple function calls may execute in parallel.

The default value is false.

Applies to