Share via


ServerSideSyncQueueSettings.ActivityQueueMaximumThreadsPerCPU Property

Definition

Defines the maximum number of threads per CPU to be used for running asynchronous operations.

public:
 property int ActivityQueueMaximumThreadsPerCPU { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int ActivityQueueMaximumThreadsPerCPU { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ActivityQueueMaximumThreadsPerCPU : int with get, set
Public Property ActivityQueueMaximumThreadsPerCPU As Integer

Property Value

The maximum number of threads.

Attributes

Applies to