Share via


Message.Validate Method ()

 

Note: This API is now obsolete.

Validates that all required message settings are present and meet the requirements. If this method fails, the message will likely fail in being sent or processed by the site or management point.

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

Syntax

[ObsoleteAttribute("Validate(IMessageSender) should be used instead.")]
public void Validate()
public:
[ObsoleteAttribute("Validate(IMessageSender) should be used instead.")]
virtual void Validate() sealed
<ObsoleteAttribute("Validate(IMessageSender) should be used instead.")>
Public Sub Validate

Implements

IMessageBase.Validate()

See Also

Validateā€‚Overload
Message Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top