September 2010
Intermediate to advanced
272 pages
5h 16m
English
In this chapter we will cover:
InvokeMethod activitySwitch<T> activity in Sequence workflowsFlowSwitch<T> activityParallelForEach<T> activityThe Flow is the center of workflow itself, and how to control the Flow is what we will see in this chapter. WF is a lot like an imperative programming language such as C# when it comes to flow control; we have many similar concepts in WF4 such as "if-else", "foreach", "switch", "try-catch", and so on. Additionally, there are some other flow control activities ...