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


IServerConnection.SendCommand Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IS > IServerConnection Interface > IServerConnection.SendCommand Method
ArcGIS Developer Help

IServerConnection.SendCommand Method

Sends a command to the server connection.

[Visual Basic .NET]
Public Function sendCommand ( _
    ByVal piCmdMsg As ICommandMessage, _
    ByVal nTimeOut As Integer _
) As IResponseMessage
[C#]
public IResponseMessage sendCommand (
    ICommandMessage piCmdMsg,
    int nTimeOut
);
[C++]
HRESULT sendCommand(
  ICommandMessage* piCmdMsg,
  Long nTimeOut
);
[C++]
Parameters
piCmdMsg [in]

piCmdMsg is a parameter of type ICommandMessage* nTimeOut [in]
nTimeOut is a parameter of type int

Product Availability

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

See Also

IServerConnection Interface