How to get time phased status data for multiple tasks at once ?

N

Nikhil

We are working on a custom web part which is going to be similar to project
web acccess MyTasks web part.

To get time phased data we are using Statusing web service's following method.
public StatusingDataSet ReadStatus(System.Guid assnid, System.DateTime
mindate, System.DateTime maxdate)

Which works on individual tasks, Problem here is Performance. We may have
500 or more tasks in a project assigned to current user. And calling above
web method for each task gives me a horrible peformance. NOT AT ALL ACCEPTED.

Is there a better approach to achieve above functionality where at once i
can time phased data for list of assn_uid , instead of individual assn_uid.

I appreciate any help in thsi regard.
Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top