Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activities/System/ServiceModel/Activities/Dispatcher/
H A DWorkflowServiceInstance.cs87 AsyncWaitHandle workflowServiceInstanceReadyWaitHandle; field in System.ServiceModel.Activities.Dispatcher.WorkflowServiceInstance
776 if (this.workflowServiceInstanceReadyWaitHandle != null) in ReleaseLock()
790 this.workflowServiceInstanceReadyWaitHandle.Set(); in ReleaseLock()
3083 if (this.instance.workflowServiceInstanceReadyWaitHandle == null) in WaitToBeSignaled()
3085 …this.instance.workflowServiceInstanceReadyWaitHandle = new AsyncWaitHandle(EventResetMode.ManualRe… in WaitToBeSignaled()
3097 …if (this.instance.workflowServiceInstanceReadyWaitHandle.WaitAsync(workflowServiceInstanceReadyCal… in WaitToBeSignaled()