Provides access to methods and properties used to manage data messages.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
Members
Description | ||
---|---|---|
addArgument | Adds an argument to the data message. | |
addColumn | Adds a column to the data message. | |
ArgumentCount | Number of arguments in the data message. | |
ColumnCount | Number of columns in data message. | |
CreationDate | Indicates date of data message's creation. | |
DataDefinitionID | ID value for the data definition in the message. | |
Destination | Indicates destination of the data message. | |
getArgument | Gets an argument for the data message. | |
getColumn | Returns value for columns in the data message. | |
getRawColumn | Returns the Raw column info. For Objects it is a array of bytes conforming to the IPersist Stream format. | |
ID | ID value for the data message. | |
MessageType | Indicates type of data message. | |
Priority | Indictes priority of data message. | |
removeArgument | Removes an argument from the data message. | |
removeColumn | Removes a column from the data message. | |
setArgument | Sets an argument for the data message. | |
setColumn | Sets the number of columns in a data message. |
CoClasses that implement IDataMessage
CoClasses and Classes | Description |
---|---|
DataMessage | Message containing data routed by the Tracking Server. |