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

Creates a clone of this message

IMPORTANT: This is not the same as Clone () () () () which is why this message type does not implement ICloneable. This does not behave the same as Clone () () () () . It is not recommended that any code outside of Messaging core code use this function without understanding how it works, what its limitations are, and why it's being used. Chances are if you're looking at this method, you probably want to use CloneByRef(IMessage)instead.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
IMessage 
CloneBase()
Public 
Function 
CloneBase 
As 
IMessage
public:
virtual 
IMessage^ 
CloneBase() 
sealed

Return Value

Cloned instance of this message

Implements

IMessage . . :: . . CloneBase () () () ()

See Also