ArcObjects Library Reference (GeoDatabaseExtensions)  

IDataMessage Interface

Provides access to methods and properties used to manage data messages.

Product Availability

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

Members

Description
Method addArgument Adds an argument to the data message.
Method addColumn Adds a column to the data message.
Read-only property ArgumentCount Number of arguments in the data message.
Read-only property ColumnCount Number of columns in data message.
Read-only property CreationDate Indicates date of data message's creation.
Read/write property DataDefinitionID ID value for the data definition in the message.
Read/write property Destination Indicates destination of the data message.
Method getArgument Gets an argument for the data message.
Method getColumn Returns value for columns in the data message.
Method getRawColumn Returns the Raw column info. For Objects it is a array of bytes conforming to the IPersist Stream format.
Read-only property ID ID value for the data message.
Read-only property MessageType Indicates type of data message.
Read/write property Priority Indictes priority of data message.
Method removeArgument Removes an argument from the data message.
Method removeColumn Removes a column from the data message.
Method setArgument Sets an argument for the data message.
Method setColumn Sets the number of columns in a data message.

CoClasses that implement IDataMessage

CoClasses and Classes Description
DataMessage (esriTrackingAnalyst) Message containing data routed by the Tracking Server.