This document is archived and information here might be outdated.  Recommended version.


IMessage Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IM > IMessage Interface
ArcGIS Developer Help

IMessage Interface

Provides access to members that control the properties of a Message.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read-only property ErrorInfo Valid when the message is a fault.
Read/write property Name Name of the message.
Read/write property NamespaceURI Namespace of the message.
Read-only property Parameters Parameters of the message.
Read/write property Properties Properties of the message.
Method ReadXML Reads an XML input stream for a message.
Read-only property Result HRESULT of the Message.
Method SetError Writes error information.
Method WriteXML Writes an XML output stream for a message.

Classes that implement IMessage

Classes Description
BinaryMessage A binary-serializable object that represents a request or response message.
Message A serializable object that represents a request or response message.