2 writes to executor
System.Workflow.Runtime (2)
TimerEventSubscriptionCollection.cs (2)
31
this.
executor
= executor;
49
set {
executor
= value; }
7 references to executor
System.Workflow.Runtime (7)
TimerEventSubscriptionCollection.cs (7)
48
get { return
executor
; }
84
ITimerService timerService = this.
executor
.GetService(typeof(ITimerService)) as ITimerService;
85
if (e.NewFirstElement != null &&
executor
!= null)
88
timerService.ScheduleTimer(
executor
.ProcessTimersCallback, e.NewFirstElement.WorkflowInstanceId, e.NewFirstElement.ExpiresAt, e.NewFirstElement.SubscriptionId);
103
WorkflowSchedulerService schedulerService = this.
executor
.GetService(typeof(WorkflowSchedulerService)) as WorkflowSchedulerService;
117
WorkflowSchedulerService schedulerService = this.
executor
.GetService(typeof(WorkflowSchedulerService)) as WorkflowSchedulerService;
121
schedulerService.Schedule(
executor
.ProcessTimersCallback, sub.WorkflowInstanceId, sub.ExpiresAt, sub.SubscriptionId);