Multiple IdentifyTasks?

535
1
Jump to solution
04-04-2012 06:59 PM
SteveLettau
New Contributor
Does anyone know if you can have multiple IdentifyTasks in a single view controller?  I can create two tasks, but don't know how to handle two sets of results.  Any ideas?
0 Kudos
1 Solution

Accepted Solutions
NimeshJarecha
Esri Regular Contributor
Yes, you can use multiple Identify Tasks. When you execute task, it returns, NSOperation. Also, when task completes successfully or failed, delegate method returns NSOperation. You can match both NSOperation to determine which task's result it is.

Hope this helps!

Regards,
Nimesh

View solution in original post

0 Kudos
1 Reply
NimeshJarecha
Esri Regular Contributor
Yes, you can use multiple Identify Tasks. When you execute task, it returns, NSOperation. Also, when task completes successfully or failed, delegate method returns NSOperation. You can match both NSOperation to determine which task's result it is.

Hope this helps!

Regards,
Nimesh
0 Kudos