This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJobResults Interface > IJobResults.GetRESTResults Method (ArcObjects .NET 10.5 SDK) |
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