Workflow Services Context
...guid from the channel
This code was tested with Visual Studio 2008 RTM
note if you're using a code-generated proxy, you'll need to use channel.InnerChannel
IContextManager contextManager =((IChannel)channel).GetProperty
IDictionary ctx = contextManager.GetContext
read the instance ID from the context
Guid instanceId = new...





