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

Internal handler for serializing the message payload to its wire-level format. This should only be called by external code under exceptional circumstances.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
override 
void 
SerializeMessageBody()
Public 
Overrides 
Sub 
SerializeMessageBody
public:
virtual 
void 
SerializeMessageBody() 
override

Implements

IMessage . . :: . . SerializeMessageBody () () () ()

See Also