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


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

ICommandMessage Interface

Provides access to methods and properties used to build command messages issuing command requests to the Tracking Server or any connected data links.

Product Availability

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

Members

Name Description
Method addArgument Add an argument to the command message.
Read-only property ArgumentCount Number of arguments in the command message.
Read/write property CommandID ID value for the command.
Method createResponseMessage Creates a response message.
Read-only property CreationDate Indicates date of the message's creation.
Read/write property Destination Indicates destination of the command message.
Method getArgument Get argument for the command message.
Read-only property ID ID value for the command message.
Read-only property MessageType Indicates type of command message.
Read/write property Priority Indicates priority of the command message.
Method removeArgument Remove an argument from the command message.
Read/write property Requestor Property Requestor.
Method setArgument Set the argument for the command message.
Read/write property TimeOut Timeout value for the command message.

Classes that implement ICommandMessage

Classes Description
CommandMessage Message containing commands for the Tracking Server.