1 instantiation of UnsuspendAsyncResult
System.ServiceModel.Activities (1)
5 references to UnsuspendAsyncResult
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (5)
1486return UnsuspendAsyncResult.Create(this, transaction, timeout, callback, state);
1491UnsuspendAsyncResult.End(result);
4734public static UnsuspendAsyncResult Create(WorkflowServiceInstance instance, Transaction transaction, TimeSpan timeout, AsyncCallback callback, object state)
4736UnsuspendAsyncResult result = new UnsuspendAsyncResult(instance, transaction, callback, state);
4743AsyncResult.End<UnsuspendAsyncResult>(result);