ArcObjects Library Reference (Server)  

IGPServerHelper.WriteRESTJobResult Method

Writes a REST job result to the job directory.

[Visual Basic .NET]
Public Sub WriteRESTJobResult ( _
    ByVal jobID As String, _
    ByVal serviceName As String, _
    ByVal serviceType As String, _
    ByVal responseProperties As String, _
    ByVal result As Byte[] _
)
[C#]
public void WriteRESTJobResult (
    string jobID,
    string serviceName,
    string serviceType,
    string responseProperties,
    Byte[] result
);
[C++]
HRESULT WriteRESTJobResult(
  BSTR jobID,
  BSTR serviceName,
  BSTR serviceType,
  BSTR responseProperties,
  result result
);
[C++]

Parameters

jobID [in]   jobID is a parameter of type BSTR serviceName [in]   serviceName is a parameter of type BSTR serviceType [in]   serviceType is a parameter of type BSTR responseProperties [in]   responseProperties is a parameter of type BSTR result [in]   result is a parameter of type

Product Availability

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

See Also

IGPServerHelper Interface