WCF Data Service Pipeline

Posted by Daniel Cazzulino on ASP.net Weblogs See other posts from ASP.net Weblogs or by Daniel Cazzulino
Published on Tue, 08 Jun 2010 21:07:00 GMT Indexed on 2010/06/08 23:42 UTC
Read the original article Hit count: 407

Filed under:
|

For documentation purposes, I just draw the following UML sequence diagrams for the “Astoria” pipeline, using Visual Studio 2010 Ultimate:

For a single-entity (or non-batched) request, this is the sequence:

astoria-single

For a batch request, this is the sequence instead:

astoria-batch

DataService component is your own DataService<T>-derived class, and DataService.ProcessingPipeline refers to its ProcessingPipeline property pipeline events.

 

/kzu

© ASP.net Weblogs or respective owner

Related posts about .NET

Related posts about All Technology