5 overrides of Stop
System.Workflow.Runtime (3)
Hosting\DefaultWorkflowSchedulerService.cs (1)
168
protected internal override void
Stop
()
Hosting\ManualWorkflowSchedulerService.cs (1)
292
protected internal override void
Stop
()
Hosting\SqlWorkflowPersistenceService.cs (1)
864
protected internal override void
Stop
()
System.WorkflowServices (2)
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
447
protected internal override void
Stop
()
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (1)
150
protected internal override void
Stop
()
6 references to Stop
System.Workflow.Runtime (5)
Hosting\DefaultWorkflowSchedulerService.cs (1)
172
base.
Stop
();
Hosting\ManualWorkflowSchedulerService.cs (1)
294
base.
Stop
();
Hosting\SqlWorkflowPersistenceService.cs (1)
869
base.
Stop
();
WorkflowRuntime.cs (2)
986
wrs.
Stop
();
1283
s.
Stop
();
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (1)
152
base.
Stop
();