ServerSideSyncQueueSettings.ActivityQueueMaximumThreadsPercent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the maximum percentage of worker threads to be used for running asynchronous operations.
public:
property double ActivityQueueMaximumThreadsPercent { double get(); void set(double value); };
[System.Runtime.Serialization.DataMember]
public double ActivityQueueMaximumThreadsPercent { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ActivityQueueMaximumThreadsPercent : double with get, set
Public Property ActivityQueueMaximumThreadsPercent As Double
Property Value
The maximum percentage of threads.
- Attributes