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


IGPServerHelper2.WriteStringJobResult Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Server)  

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