ArcObjects Library Reference (Server)  

IGPServerHelper.WriteStringJobResult Method

Writes a SOAP job result to the job directory.

[Visual Basic .NET]
Public Sub WriteStringJobResult ( _
    ByVal jobID As String, _
    ByVal serviceName As String, _
    ByVal serviceType As String, _
    ByVal result As String _
)
[C#]
public void WriteStringJobResult (
    string jobID,
    string serviceName,
    string serviceType,
    string result
);
[C++]
HRESULT WriteStringJobResult(
  BSTR jobID,
  BSTR serviceName,
  BSTR serviceType,
  BSTR 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 result [in]   result is a parameter of type BSTR

Product Availability

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

See Also

IGPServerHelper Interface