public static Task<Guid> ImportTaskAsync( string taskFile )
Public Shared Function ImportTaskAsync( _ 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 ExportTaskAsync.