Our project is good but it has one weakness. It verifies that the WorkflowThread returned is non-zero but it does not verify that it
returns the actual managed thread ID that the workflow ran on. Our project would
pass if the workflow always returned 1.
Welcome to YallaTech technology center for programming tutorial, source code examples and e-books
Showing posts with label Threading. Show all posts
Showing posts with label Threading. Show all posts
Thursday, November 1, 2012
Sunday, October 28, 2012
Workflow Application part1
To
this point we have focused on creating an activity and invoking it
in the simplest way possible with the WorkflowInvoker
class. The WorkflowInvoker.Invoke
method is simple because it is synchronous and invokes the workflow on the same
thread as the caller.
Subscribe to:
Posts (Atom)