ServerSideSyncQueueSettings.MailboxQueueMaximumThreadsPercent Property
Applies To: Dynamics CRM 2015
Defines the maximum percentage of worker threads for running asynchronous operations.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
[DataMemberAttribute]
public double MailboxQueueMaximumThreadsPercent { get; set; }
public:
[DataMemberAttribute]
property double MailboxQueueMaximumThreadsPercent {
double get();
void set(double value);
}
[<DataMemberAttribute>]
member MailboxQueueMaximumThreadsPercent : float with get, set
<DataMemberAttribute>
Public Property MailboxQueueMaximumThreadsPercent As Double
Property Value
Type: System.Double
Type: Double
The maximum percentage of threads.
See Also
ServerSideSyncQueueSettings Class
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright