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

MessageBody base class used to encapsulate the different CCM_POST message bodies that can be sent to the MP

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
abstract 
class 
MPMessageBodyBase
<
SerializableAttribute> _
Public 
MustInherit 
Class 
MPMessageBodyBase
[
SerializableAttribute]
public 
ref class 
MPMessageBodyBase 
abstract

Members

           
  All Members     Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
ToString () () () ()
Returns a Stringthat represents the current Object.
(Overrides Object . . :: . . ToString () () () () .)

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint . . :: . . MPMessageBodyBase
     Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint . . :: . . MPMessageBody

See Also