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


IGPServer2.GetJobMessages Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPServer2.GetJobMessages Method

Returns the messages of the specified job.

[Visual Basic .NET]
Public Function GetJobMessages ( _
    ByVal JobID As String _
) As IJobMessages
[C#]
public IJobMessages GetJobMessages (
    string JobID
);
[C++]
HRESULT GetJobMessages(
  BSTR JobID,
  IJobMessages** Messages
);
[C++]

Parameters JobID [in] JobID is a parameter of type BSTR Messages [out, retval]
Messages is a parameter of type IJobMessages

Product Availability

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

See Also

IGPServer2 Interface