Screencast: Windows Workflow - Managing workflow services context in .NET client applications

by Matt Milner 1. May 2009 05:16

I’ve recently published a free screencast on how to manage context information when using a .NET client to interact with workflow services. 

wf-managing-context-client

 

This screencast shows how to manage context in .NET applications to enable multiple calls on the same proxy for different workflow instances, or to make calls to an existing workflow instance with a new proxy/channel.

NOTE: for reusing the same channel to make calls to different services, you should see this blog post that provides details on some extra steps required to turn off the automatic context management.  If you fail to do this step, you will get the following exception message: “Context cached at the channel layer cannot be changed after the channel is opened.” 

Check out our growing collection of free .NET screencasts and videos.  Subscribe to the Pluralsight feed to be notified when new screencasts are published.  Also, check out our growing library of online .NET training courses -- see what you can learn with Pluralsight On-Demand!

Tags:

Windows Workflow Foundation | Windows Communication Foundation