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