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


IIMSAxlRequest.SendCommandRequest Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > II > IIMSAxlRequest Interface > IIMSAxlRequest.SendCommandRequest Method
ArcGIS Developer Help

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
);
[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 bool processMessages [in]
processMessages is a parameter of type bool

Product Availability

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

See Also

IIMSAxlRequest Interface