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


IImageServer.ExecuteAISRequest Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IImageServer.ExecuteAISRequest Method

Executes an AIS request.

[Visual Basic .NET]
Public Function ExecuteAISRequest ( _
    ByVal pRequest As IAISRequest _
) As String
[C#]
public string ExecuteAISRequest (
    IAISRequest pRequest
);
[C++]
HRESULT ExecuteAISRequest(
  IAISRequest* pRequest
);
[C++]

Parameters pRequest [in]
pRequest is a parameter of type IAISRequest*

Product Availability

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

Description

This is a restricted from external usage. It is and used for executing requests on services published from image service defintion file (ISDef).

See Also

IImageServer Interface