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


IGPServerHelper2.WriteStringJobResult Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IG > IGPServerHelper2 Interface > IGPServerHelper2.WriteStringJobResult Method
ArcGIS Developer Help

IGPServerHelper2.WriteStringJobResult Method

Writes a SOAP job result to the job directory.

[Visual Basic .NET]
Public Sub WriteStringJobResult ( _
    ByVal jobID As String, _
    ByVal result As String _
)
[C#]
public void WriteStringJobResult (
    string jobID,
    string result
);
[C++]
HRESULT WriteStringJobResult(
  BSTR jobID,
  BSTR result
);
[C++]
Parameters
jobID [in]

jobID 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

IGPServerHelper2 Interface