Multiple choice technology programming languages

What are the methods of hosting available?

  1. WorkflowInvoker

  2. WorkflowRuntime

  3. WorkflowApplication

  4. WorkflowMethod

Reveal answer Fill a bubble to check yourself
A,C Correct answer
Explanation

WF 4.0 provides three main hosting options: WorkflowInvoker for synchronous execution (simplest), WorkflowApplication for advanced scenarios with persistence/bookmarks/lifecycle control, and WorkflowServiceEndpoint for WCF integration. WorkflowRuntime is from the older WF 3.x and is not used in WF 4.0.