ESRI.ArcGIS.ADF.Tasks
ToTaskDefinition Method
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > GeoprocessingTask Class : ToTaskDefinition Method




resourceManager
The name of the geoprocessing resource manager containing the GIS resource.
resource
The name of the geoprocessing resource used by the task.
task
The name of the geoprocessing task.
Serializes the task definition to a string value.

Syntax

Visual Basic (Declaration) 
Public Shared Function ToTaskDefinition( _
   ByVal resourceManager As String, _
   ByVal resource As String, _
   ByVal task As String _
) As String
Visual Basic (Usage)Copy Code
Dim resourceManager As String
Dim resource As String
Dim task As String
Dim value As String
 
value = GeoprocessingTask.ToTaskDefinition(resourceManager, resource, task)
C# 
public static string ToTaskDefinition( 
   string resourceManager,
   string resource,
   string task
)

Parameters

resourceManager
The name of the geoprocessing resource manager containing the GIS resource.
resource
The name of the geoprocessing resource used by the task.
task
The name of the geoprocessing task.

Return Value

A string containing a serialized version of the input values for the geoprocessing task definition.

See Also

© 2010 All Rights Reserved.