August 2010
Intermediate to advanced
908 pages
26h 22m
English
ClientBufferResponseBase<T>, ServiceBufferResponseBase<T>
Service Bus
Dedicated proxies to support a response interaction over
the service bus buffers. ClientBufferResponseBase<T> is used by the client to
call the service, and ServiceBufferResponseBase<T> is used by the service
to call the response service. Both specialize BufferedServiceBusClient<T> and
automate passing the information in the message headers. Used just like the response service over MSMQ.
Mandate the use of BufferedServiceBusHost<T>
for the buffered service that responds.