ESRI.ArcGIS.E2API Feedback via the User Forum
TaskContext Class
See Also  Members  
ESRI.ArcGIS.E2API Namespace : TaskContext Class


A TaskContext is used to exchange data between a TaskUI and its associated Task, and represents a single execution of a task.

Syntax

Visual Basic (Declaration) 
<ComVisibleAttribute(False)>
Public NotInheritable Class TaskContext 
Visual Basic (Usage)Copy Code
Dim instance As TaskContext
C# 
[ComVisibleAttribute(false)]
public sealed class TaskContext 

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.E2API.TaskContext

Platforms

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Version Information

This class was added to the E2API at version 1.0.0.348.

See Also