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


IJobResults.SetRESTResults 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.SetRESTResults Method
ArcGIS Developer Help

IJobResults.SetRESTResults Method

Job results in REST format.

[Visual Basic .NET]
Public Sub SetRESTResults ( _
    ByVal Val As String, _
    ByVal pVal As Byte[] _
)
[C#]
public void SetRESTResults (
    string Val,
    Byte[] pVal
);
[C++]
HRESULT SetRESTResults(
  BSTR Val,
  SafeArray pVal
);
[C++]
Parameters
Val [in]

Val is a parameter of type BSTR pVal [in]
pVal is a parameter of type SAFEARRAY(unsigned char)

Product Availability

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

See Also

IJobResults Interface