ESRI.ArcGIS.ADF.Web.DataSources
SupportsResultInfo Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IGeoprocessingFunctionalityAsync Interface : SupportsResultInfo Method




taskName
Name of the task.
resultInfo
Result information string.
Whether the geoprocessing functionality supports getting result information.

Syntax

Visual Basic (Declaration) 
Function SupportsResultInfo( _
   ByVal taskName As String, _
   ByVal resultInfo As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IGeoprocessingFunctionalityAsync
Dim taskName As String
Dim resultInfo As String
Dim value As Boolean
 
value = instance.SupportsResultInfo(taskName, resultInfo)
C# 
bool SupportsResultInfo( 
   string taskName,
   string resultInfo
)

Parameters

taskName
Name of the task.
resultInfo
Result information string.

See Also

© 2010 All Rights Reserved.