This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > II > IIMSAxlRequest Interface > IIMSAxlRequest.SendCommandRequest Method (ArcObjects .NET 10.4 SDK) |
Sends a command request,i.e.: ConnectorPing.
[Visual Basic .NET] Public Function SendCommandRequest ( _ ByVal command As String, _ ByVal trackCancel As ITrackCancel, _ ByVal showConnectingAVI As Boolean, _ ByVal processMessages As Boolean _ ) As String
[C#] public string SendCommandRequest ( string command, ITrackCancel trackCancel, bool showConnectingAVI, bool processMessages );
[C++]
HRESULT SendCommandRequest(
BSTR command,
ITrackCancel* trackCancel,
VARIANT_BOOL showConnectingAVI,
VARIANT_BOOL processMessages,
BSTR* response
);
[C++]
Parameters command [in] command is a parameter of type BSTR trackCancel [in]
trackCancel is a parameter of type ITrackCancel showConnectingAVI [in] showConnectingAVI is a parameter of type VARIANT_BOOL processMessages [in] processMessages is a parameter of type VARIANT_BOOL response [out, retval] response is a parameter of type BSTR