6 references to WorkflowInstanceLifeTimeManager
System.WorkflowServices (6)
System\ServiceModel\Dispatcher\WorkflowOperationAsyncResult.cs (6)
207
if (callbackState.
WorkflowInstanceLifeTimeManager
!= null)
209
callbackState.
WorkflowInstanceLifeTimeManager
.NotifyMessageArrived(callbackState.WorkflowInstance.InstanceId);
226
if (callbackState.
WorkflowInstanceLifeTimeManager
!= null)
228
callbackState.
WorkflowInstanceLifeTimeManager
.ScheduleTimer(callbackState.WorkflowInstance.InstanceId);
250
if (callbackState.
WorkflowInstanceLifeTimeManager
!= null)
252
callbackState.
WorkflowInstanceLifeTimeManager
.ScheduleTimer(callbackState.WorkflowInstance.InstanceId);