public Task<Guid> ImportTaskFileAsync( string taskFile )
Public Function ImportTaskFileAsync( _ 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 imported. Use this unique identifier as parameters to other API calls such as ExportTaskItemAsync.