Home
last modified time | relevance | path

Searched refs:handleEndWait (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activities/System/ServiceModel/Activities/
H A DWorkflowHostingResponseContext.cs77 …static Action<object, TimeoutException> handleEndWait = new Action<object, TimeoutException>(Handl… field in System.ServiceModel.Activities.WorkflowHostingResponseContext.GetResponseAsyncResult
85 if (context.responseWaitHandle.WaitAsync(handleEndWait, this, timeout)) in GetResponseAsyncResult()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activities/System/ServiceModel/Activities/Dispatcher/
H A DWorkflowServiceInstance.cs2843 …static Action<object, TimeoutException> handleEndWait = new Action<object, TimeoutException>(Handl… field in System.ServiceModel.Activities.Dispatcher.WorkflowServiceInstance.PendingOperationAsyncResult
2869 if (this.waitHandle.WaitAsync(handleEndWait, this, this.timeout)) in Start()