6 references to UpdateEventStatus
System.Activities.DurableInstancing (6)
System\Activities\DurableInstancing\DetectActivatableWorkflowsAsyncResult.cs (2)
70
base.Store.
UpdateEventStatus
(true, HasActivatableWorkflowEvent.Value);
74
base.Store.
UpdateEventStatus
(false, HasActivatableWorkflowEvent.Value);
System\Activities\DurableInstancing\DetectRunnableInstancesAsyncResult.cs (2)
89
base.Store.
UpdateEventStatus
(true, HasRunnableWorkflowEvent.Value);
93
base.Store.
UpdateEventStatus
(false, HasRunnableWorkflowEvent.Value);
System\Activities\DurableInstancing\QueryActivatableWorkflowAsyncResult.cs (1)
57
base.Store.
UpdateEventStatus
(false, HasActivatableWorkflowEvent.Value);
System\Activities\DurableInstancing\TryLoadRunnableWorkflowAsyncResult.cs (1)
64
base.Store.
UpdateEventStatus
(false, HasRunnableWorkflowEvent.Value);