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


IJobResults.GetRESTResults Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJobResults Interface > IJobResults.GetRESTResults Method
ArcGIS Developer Help

IJobResults.GetRESTResults Method

Job results in REST format.

[Visual Basic .NET]
Public Sub GetRESTResults ( _
    ByRef pVal As String, _
    ByRef ppVal As Byte[]& _
)
[C#]
public void GetRESTResults (
    ref string pVal,
    ref Byte[]& ppVal
);
[C++]
HRESULT GetRESTResults(
  System.String* pVal,
  SAFEARRAY(System.Byte)* ppVal
);
[C++]
Parameters
pVal [out]

pVal is a parameter of type BSTR* ppVal [out]
ppVal is a parameter of type SAFEARRAY(unsigned char)*

Product Availability

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

See Also

IJobResults Interface