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


IResponseMessage Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IR > IResponseMessage Interface
ArcGIS Developer Help

IResponseMessage Interface

Provides access to methods and properties used to access responses from the Tracking Server or datalinks in which a command was issued.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Members

Name Description
Method addArgument Adds an argument to the response message.
Read-only property ArgumentCount Number of arguments in the response message.
Read-only property CommandID Identifies command for the response message.
Read-only property CommandMessageID Indicates ID of the command in the response message.
Read-only property CreationDate Indicates the date of the response message's creation.
Read/write property Destination Indicates destination of the response message.
Read/write property ErrorCode Error code value.
Method getArgument Gets argument from the response message.
Read-only property ID ID value for the response message.
Read-only property MessageType Indicates type of response message.
Read/write property Priority Indicates priority of the response message.
Method removeArgument Removes an argument from the response message.
Method setArgument Sets an argument for the response message.
Read/write property Status Indicates status of response message.

Classes that implement IResponseMessage

Classes Description
ResponseMessage Implements IResponseMessage interface to access responses from the Tracking Server or datalinks in which a command was issued..