[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Maximum amount of randomness applied to the schedule. Default value is 0 (no randomization). Any value is rounded to the nearest minute.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.Scheduler
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
TimeSpan 
MaximumRandomDelay { 
get; 
set; }
Public 
Property 
MaximumRandomDelay 
As 
TimeSpan
	
Get
	
Set
public:
property 
TimeSpan 
MaximumRandomDelay {
	
TimeSpan 
get ();
	
void 
set (
TimeSpan 
value);
}

Field Value

Rounded to the nearest minute

See Also