Share via


IMessageBase Interface

 

The minimum requirements for any message.

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

Syntax

public interface IMessageBase
public interface class IMessageBase
Public Interface IMessageBase

Properties

Name Description
System_CAPS_pubproperty Settings

Gets message settings and properties.

Methods

Name Description
System_CAPS_pubmethod Discover()

Automatically discovers local information for sending a message.

System_CAPS_pubmethod Validate()

Validates that all required properties are set for the message to be sent successfully.

See Also

Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top