This document is archived and information here might be outdated. Recommended version. |
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*
This is a restricted from external usage. It is and used for executing requests on services published from image service defintion file (ISDef).