ESRI.ArcGIS.ADF.Tasks
FromTaskDefinition Method
See Also  Send Feedback
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.

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.