Public Overloads Function OpenTaskFileAsync( _ ByVal taskFile As String _ ) As Task(Of Guid)
public Task<Guid> OpenTaskFileAsync( string taskFile )
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 CloseTaskItemAsync or ExportTaskItemAsync.