ESRI.ArcGIS.Mobile.Client
FindTask Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > MobileApplication Class : FindTask Method

type
The type of task to search for.
Finds the first task of a given type. This searches for the given extension first in the current project's Tasks collection, followed by the application's GlobalTasks collection.

Syntax

Visual Basic (Declaration) 
Public Function FindTask( _
   ByVal type As Type _
) As Task
C# 
public Task FindTask( 
   Type type
)

Parameters

type
The type of task to search for.

Return Value

The task of the given type. Null if no extension was found.

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