Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My WCF method is processing batch of 50-60 K transactions in 1 single function.

Expected working
I want to display progress of process( 1500 of 50000 completed ) in my C# windows based application.

I am planning to call async WCF process .
My main process will log some entries in my database or keep in variable.
Till this main process is not getting over my second WCF process will take progress from server from log or variable value.

Is it possible to do above working.

If anybody knows better option for this working please let me know.

Thank you in advance for your kind consideration for my question.
Posted
Comments
devjunkie 24-Jan-14 8:19am    
Looking for the same solution. Did you find anything of interest?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900