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

MP Message Body Hooks

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
class 
MPMessageBodyHooks : 
IXmlSerializable
<
SerializableAttribute> _
Public 
Class 
MPMessageBodyHooks _
	
Implements 
IXmlSerializable
[
SerializableAttribute]
public 
ref class 
MPMessageBodyHooks : 
IXmlSerializable

Members

                 
  All Members     Constructors      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
MPMessageBodyHooks () () () ()
AddHook(MPMessageBodyHook)
Adds a hook
ContainsHook < (Of < <' ( T > ) > > ) () () () ()
Checks if hook of type is contained in internal collection of hooks
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetHooks < (Of < <' ( T > ) > > ) () () () ()
Gets hooks of type T in internal collection
GetSchema () () () ()
This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttributeto the class.
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
ReadXml(XmlReader)
Generates an object from its XML representation.
ToString () () () () (Inherited from Object.)
WriteXml(XmlWriter)
Converts an object into its XML representation.

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint . . :: . . MPMessageBodyHooks

See Also