Home
last modified time | relevance | path

Searched refs:UnlockAndAbortAsyncResult (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.cs5862 return new UnlockAndAbortAsyncResult(this.instance, timeout, callback, state); in BeginUnlockAndAbort()
5867 UnlockAndAbortAsyncResult.End(result); in EndUnlockAndAbort()
5894 class UnlockAndAbortAsyncResult : AsyncResult class in System.ServiceModel.Activities.Dispatcher.WorkflowServiceInstance.UnloadInstancePolicyHelper
5904 …public UnlockAndAbortAsyncResult(WorkflowServiceInstance instance, TimeSpan timeout, AsyncCallback… in UnlockAndAbortAsyncResult() method in System.ServiceModel.Activities.Dispatcher.WorkflowServiceInstance.UnloadInstancePolicyHelper.UnlockAndAbortAsyncResult
5942 AsyncResult.End<UnlockAndAbortAsyncResult>(result); in End()
5947 UnlockAndAbortAsyncResult thisPtr = (UnlockAndAbortAsyncResult)state; in AcquireCompletedCallback()
5995UnlockAndAbortAsyncResult thisPtr = (UnlockAndAbortAsyncResult)result.AsyncState; in HandleEndAbandon()
6010 UnlockAndAbortAsyncResult thisPtr = (UnlockAndAbortAsyncResult)result; in Finally()