This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > II > IInternetServerConnection Interface > IInternetServerConnection.SendCommand Method (ArcObjects .NET 10.4 SDK) |
Sends command information via the Internet 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,
IResponseMessage** ppiRspMsg
);
[C++]
Parameters piCmdMsg [in]
piCmdMsg is a parameter of type ICommandMessage nTimeOut [in] nTimeOut is a parameter of type Long ppiRspMsg [out, retval]
ppiRspMsg is a parameter of type IResponseMessage