Implemented interface member:
method
GetService
System.IServiceProvider.GetService(System.Type)
6 references to GetService
System.Workflow.Runtime (6)
Hosting\WorkflowTimerService.cs (2)
19
WorkflowSchedulerService schedulerService = this.Runtime.
GetService
(typeof(WorkflowSchedulerService)) as WorkflowSchedulerService;
25
WorkflowSchedulerService schedulerService = this.Runtime.
GetService
(typeof(WorkflowSchedulerService)) as WorkflowSchedulerService;
WorkflowExecutor.cs (1)
3099
return this.WorkflowRuntime.
GetService
(serviceType);
WorkflowRuntime.cs (3)
311
return (WorkflowCommitWorkBatchService)
GetService
(typeof(WorkflowCommitWorkBatchService));
319
return (WorkflowPersistenceService)
GetService
(typeof(WorkflowPersistenceService));
1061
return (T)
GetService
(typeof(T));