7 types derived from WorkflowRuntimeService
System.Workflow.Runtime (6)
Hosting\WorkflowLoaderService.cs (1)
24public abstract class WorkflowLoaderService : WorkflowRuntimeService
Hosting\WorkflowPersistenceService.cs (1)
18public abstract class WorkflowPersistenceService : WorkflowRuntimeService
Hosting\WorkflowSchedulerService.cs (1)
7public abstract class WorkflowSchedulerService : WorkflowRuntimeService
Hosting\WorkflowTimerService.cs (1)
10class WorkflowTimerService : WorkflowRuntimeService, ITimerService
Hosting\WorkflowTransactionService.cs (1)
18public abstract class WorkflowCommitWorkBatchService : WorkflowRuntimeService
Tracking\TrackingService.cs (1)
15public abstract class TrackingService : WorkflowRuntimeService
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (1)
20public sealed class ChannelManagerService : WorkflowRuntimeService
10 references to WorkflowRuntimeService
System.Workflow.Runtime (10)
System\Activities\Statements\Interop.cs (2)
347WorkflowRuntimeService workflowRuntimeService = context.GetExtension<WorkflowRuntimeService>();
WorkflowRuntime.cs (8)
938WorkflowRuntimeService wrs = service as WorkflowRuntimeService; 982WorkflowRuntimeService wrs = service as WorkflowRuntimeService; 1166foreach (WorkflowRuntimeService s in GetAllServices<WorkflowRuntimeService>()) 1281foreach (WorkflowRuntimeService s in GetAllServices<WorkflowRuntimeService>())