2 references to WaitForTurnAsync
System.Activities (2)
System\Activities\WorkflowApplication.cs (2)
521
return
WaitForTurnAsync
(operation, false, timeout, callback, state);
836
completeSelf =
WaitForTurnAsync
(operation, true, ActivityDefaults.AcquireLockTimeout, new Action<object, TimeoutException>(OnAbortWaitComplete), reason);