ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GetJobMessages Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > GeoprocessingFunctionality Class : GetJobMessages Method




jobId
ID of the job obtained when started with SubmitJob.
Retrieves all messages associated with execution of the geoprocessing task job.

Syntax

Visual Basic (Declaration) 
Public Function GetJobMessages( _
   ByVal jobId As String _
) As JobMessage()
Visual Basic (Usage)Copy Code
Dim instance As GeoprocessingFunctionality
Dim jobId As String
Dim value() As JobMessage
 
value = instance.GetJobMessages(jobId)
C# 
public JobMessage[] GetJobMessages( 
   string jobId
)

Parameters

jobId
ID of the job obtained when started with SubmitJob.

Return Value

Array of messages related to execution of the geoprocessing job.

See Also

© 2010 All Rights Reserved.