ServerSideSyncQueueSettings.MailboxQueueMaximumThreadsPercent 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 for running asynchronous operations.
public:
property double MailboxQueueMaximumThreadsPercent { double get(); void set(double value); };
[System.Runtime.Serialization.DataMember]
public double MailboxQueueMaximumThreadsPercent { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MailboxQueueMaximumThreadsPercent : double with get, set
Public Property MailboxQueueMaximumThreadsPercent As Double
Property Value
The maximum percentage of threads.
- Attributes