ESRI.ArcGIS.ADF.Web.DataSources
GetJobStatus Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IGeoprocessingFunctionalityAsync Interface : GetJobStatus Method




jobId
ID of the job as returned from SubmitJob.
Retrieves the geoprocessing job's status from the server.

Syntax

Visual Basic (Declaration) 
Function GetJobStatus( _
   ByVal jobId As String _
) As JobStatus
Visual Basic (Usage)Copy Code
Dim instance As IGeoprocessingFunctionalityAsync
Dim jobId As String
Dim value As JobStatus
 
value = instance.GetJobStatus(jobId)
C# 
JobStatus GetJobStatus( 
   string jobId
)

Parameters

jobId
ID of the job as returned from SubmitJob.

Return Value

JobStatus containing information about current status.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.