ArcObjects Library Reference (System)  

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(
  BSTR* pVal,
  ppVal* ppVal
);
[C++]

Parameters

pVal [out]   pVal is a parameter of type BSTR ppVal [out]   ppVal is a parameter of type

Product Availability

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

See Also

IJobResults Interface