GetResponseBody Class
Represents the body elements of a Get request.
Inheritance Hierarchy
System.Object
Microsoft.ComplexEventProcessing.ManagementService.GetResponseBody
Namespace: Microsoft.ComplexEventProcessing.ManagementService
Assembly: Microsoft.ComplexEventProcessing.ManagementService (in Microsoft.ComplexEventProcessing.ManagementService.dll)
Syntax
public class GetResponseBody : IXmlSerializable
The GetResponseBody type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GetResponseBody | Initializes a new instance of the GetResponseBody class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetSchema() | Gets the XML Schema that this object can be serialized to. This method is not currently used. | |
GetSchema(XmlSchemaSet) | Adds the XML Schema for this object to the specified XmlSchemaSet object. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ReadXml | Reads the XML data from the specified XmlReader object. | |
ToString | (Inherited from Object.) | |
WriteXml | Writes the XML data for this object to the specified XmlWriter object. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.ComplexEventProcessing.ManagementService Namespace