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

Validates the schedule.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
protected 
override 
void 
Validate(
	
IList<
Exception> 
exceptions
)
Protected 
Overrides 
Sub 
Validate ( _
	
exceptions 
As 
IList(
Of 
Exception) _
)
protected:
virtual 
void 
Validate(
	
IList<
Exception^>^ 
exceptions
) 
override

Parameters

exceptions
IList < (Of < ( <' Exception > ) > ) >

See Also