This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IM > IMessage Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control the properties of a Message.
Description | ||
---|---|---|
ErrorInfo | Valid when the message is a fault. | |
Name | Name of the message. | |
NamespaceURI | Namespace of the message. | |
Parameters | Parameters of the message. | |
Properties | Properties of the message. | |
ReadXML | Reads an XML input stream for a message. | |
Result | HRESULT of the Message. | |
SetError | Writes error information. | |
WriteXML | Writes an XML output stream for a message. |
CoClasses and Classes | Description |
---|---|
BinaryMessage | A binary-serializable object that represents a request or response message. |
CommandMessage (esriTrackingAnalyst) | Message containing commands for the Tracking Server. |
DataMessage (esriTrackingAnalyst) | Message containing data routed by the Tracking Server. |
Message | A serializable object that represents a request or response message. |
StatusMessage (esriTrackingAnalyst) | Message reporting status to the Tracking Server. |