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 > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IM > IMessage Interface
ArcGIS Developer Help

IMessage Interface

Provides access to methods and properties needed to manage messages.

Product Availability

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

Members

Name Description
Read-only property CreationDate Date of message's creation.
Read/write property Destination Destination of message.
Read-only property ID ID value for message.
Read-only property MessageType Type of message.
Read/write property Priority Indicates message priority.

Classes that implement IMessage

Classes Description
CommandMessage Message containing commands for the Tracking Server.
DataMessage Message containing data routed by the Tracking Server.
ResponseMessage Implements IResponseMessage interface to access responses from the Tracking Server or datalinks in which a command was issued..
StatusMessage Message reporting status to the Tracking Server.