1 write to workflowServiceInstanceReadyCallback
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
3094workflowServiceInstanceReadyCallback = new Action<object, TimeoutException>(OnSignaled);
2 references to workflowServiceInstanceReadyCallback
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (2)
3092if (workflowServiceInstanceReadyCallback == null) 3097if (this.instance.workflowServiceInstanceReadyWaitHandle.WaitAsync(workflowServiceInstanceReadyCallback, this, this.timeoutHelper.RemainingTime()))