Select to view content in your preferred language

Geometry Service Failed event args

408
1
06-07-2010 12:35 PM
ApurvaGoyal
Deactivated User
Hello,

I am using Geometry service to buffer and project features in my silverlight application (using Silverlight 3). There is an event that handles GeometryService_Failed event with TaskFailedEventArgs. However is there a way to tell which event or operation failed? How can I tell if Buffer operation failed or Project operation?

Thanks

Apurva
0 Kudos
1 Reply
dotMorten_esri
Esri Notable Contributor
Either use the UserToken parameter in the execute for this (will be returned in the event args), or create a new instance for each GeometryService operation you want to execute.
0 Kudos