13 references to WorkflowRuntime
System.WorkflowServices (13)
System\ServiceModel\Description\WorkflowOperationBehavior.cs (1)
75
dispatch.Invoker = new WorkflowOperationInvoker(description, this, workflowRuntimeBehavior.
WorkflowRuntime
, dispatch.Parent);
System\ServiceModel\Description\WorkflowRuntimeBehavior.cs (3)
106
this.
WorkflowRuntime
,
108
this.
WorkflowRuntime
.GetService<WorkflowPersistenceService>() != null);
124
ValidateWorkflowRuntime(this.
WorkflowRuntime
);
System\ServiceModel\Description\WorkflowServiceBehavior.cs (8)
237
WorkflowPersistenceService persistenceService = workflowRuntimeBehavior.
WorkflowRuntime
.GetService<WorkflowPersistenceService>();
240
bool wasRuntimeStarted = workflowRuntimeBehavior.
WorkflowRuntime
.IsStarted;
243
workflowRuntimeBehavior.
WorkflowRuntime
.StopRuntime();
245
workflowRuntimeBehavior.
WorkflowRuntime
.RemoveService(persistenceService);
246
workflowRuntimeBehavior.
WorkflowRuntime
.AddService(new SkipUnloadOnFirstIdleWorkflowPersistenceService(persistenceService));
249
workflowRuntimeBehavior.
WorkflowRuntime
.StartRuntime();
253
this.workflowDefinitionContext.Register(workflowRuntimeBehavior.
WorkflowRuntime
, workflowRuntimeBehavior.ValidateOnCreate);
306
SynchronizationContextWorkflowSchedulerService syncSchedulerService = workflowRuntimeBehavior.
WorkflowRuntime
.GetService<SynchronizationContextWorkflowSchedulerService>();
System\ServiceModel\WorkflowServiceHost.cs (1)
159
workflowRuntimeBehavior.
WorkflowRuntime
.StopRuntime();