MessageSettings.CloneSettings Method (MessageSettings)

 

Clones settings between message instances. This method can be used to preserve settings from one message to another. Settings that are specific to an implementation of a message will not be cloned.

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

Syntax

public void CloneSettings(
    MessageSettings settings
)
public:
void CloneSettings(
    MessageSettings^ settings
)
Public Sub CloneSettings (
    settings As MessageSettings
)

Parameters

See Also

CloneSettings Overload
MessageSettings Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top