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


IIMSAxlRequest.SendCommandRequest Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GISClient)  

IIMSAxlRequest.SendCommandRequest Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IIMSAxlRequest Interface