WorkflowSchedulerService Class
Provides a mechanism to implement your own thread pool to execute the workflow and manage in-memory timer registration and events.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
WorkflowSchedulerService is that base class for all classes that create threads that run workflow instances on the workflow runtime engine host. These include DefaultWorkflowSchedulerService and ManualWorkflowSchedulerService.
Notes to Inheritors:When you inherit from WorkflowSchedulerService, you must override the following members: Cancel, Schedule and Schedule.
System.Workflow.Runtime.Hosting.WorkflowRuntimeService
System.Workflow.Runtime.Hosting.WorkflowSchedulerService
System.Workflow.Runtime.Hosting.DefaultWorkflowSchedulerService
System.Workflow.Runtime.Hosting.ManualWorkflowSchedulerService
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.