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




taskDefinition
Serialized definition of the task, as created with the ToTaskDefinition method.
resourceManager
Name of the resource manager containing the resource for the task.
resource
Name of the geoprocessing resource contained in the resource manager.
task
Name of the geoprocessing task.
Extracts information about the task definition from a serialized string version.

Syntax

Visual Basic (Declaration) 
Public Shared Sub FromTaskDefinition( _
   ByVal taskDefinition As String, _
   ByRef resourceManager As String, _
   ByRef resource As String, _
   ByRef task As String _
) 
Visual Basic (Usage)Copy Code
Dim taskDefinition As String
Dim resourceManager As String
Dim resource As String
Dim task As String
 
GeoprocessingTask.FromTaskDefinition(taskDefinition, resourceManager, resource, task)
C# 
public static void FromTaskDefinition( 
   string taskDefinition,
   out string resourceManager,
   out string resource,
   out string task
)

Parameters

taskDefinition
Serialized definition of the task, as created with the ToTaskDefinition method.
resourceManager
Name of the resource manager containing the resource for the task.
resource
Name of the geoprocessing resource contained in the resource manager.
task
Name of the geoprocessing task.

See Also

© 2010 All Rights Reserved.