public static Task<Guid> OpenTaskAsync( string taskFile )
Public Overloads Shared Function OpenTaskAsync( _ ByVal taskFile As String _ ) As Task(Of Guid)
Parameters
- taskFile
- Full path to an .esriTasks file.
Return Value
A Task returning the unique identifier of the task file opened. Use this unique identifier as parameters to other API calls such as CloseTaskAsync or ExportTaskAsync.