1 instantiation of AbandonAsyncResult
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
4334AbandonAsyncResult result = new AbandonAsyncResult(instance, reason, shouldTrackAbort, callback, state);
5 references to AbandonAsyncResult
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (5)
856return AbandonAsyncResult.Create(this, reason, shouldTrackAbort, timeout, callback, state); 861AbandonAsyncResult.End(result); 4332public static AbandonAsyncResult Create(WorkflowServiceInstance instance, Exception reason, bool shouldTrackAbort, TimeSpan timeout, AsyncCallback callback, object state) 4334AbandonAsyncResult result = new AbandonAsyncResult(instance, reason, shouldTrackAbort, callback, state); 4361AsyncResult.End<AbandonAsyncResult>(result);