![]() ![]() |
ESRI.ArcGIS.ADF.Web.DataSources | |
GetJobMessages Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IGeoprocessingFunctionalityAsync Interface : GetJobMessages Method |
- jobId
- ID of the job as returned from SubmitJob.
Visual Basic (Declaration) | |
---|---|
Function GetJobMessages( _ ByVal jobId As String _ ) As JobMessage() |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As IGeoprocessingFunctionalityAsync Dim jobId As String Dim value() As JobMessage value = instance.GetJobMessages(jobId) |
C# | |
---|---|
JobMessage[] GetJobMessages( string jobId ) |
Parameters
- jobId
- ID of the job as returned from SubmitJob.
Return Value
Array of messages about the job.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