What are the methods of hosting available?
-
WorkflowInvoker
-
WorkflowRuntime
-
WorkflowApplication
-
WorkflowMethod
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.