15 references to Complete
System.Web (15)
Hosting\ISAPIWorkerRequest.cs (1)
2774asyncResult.Complete(false, null, null);
HttpApplication.cs (1)
3982app.AsyncResult.Complete((_numStepCalls == _numSyncStepCalls), null, null);
ImplicitAsyncPreloadModule.cs (3)
68httpAsyncResult.Complete(true, null, null); 93httpAsyncResult.Complete(true, null, null); 126httpAsyncResult.Complete(false, null, error);
State\SessionStateModule.cs (5)
631_rqAr.Complete(true, null, null); 682_rqAr.Complete(true, null, null); 716_rqAr.Complete(true, null, null); 725_rqAr.Complete(true, null, null); 1227_rqAr.Complete(false, null, error);
UI\LegacyPageAsyncTaskManager.cs (1)
328_asyncResult.Complete(onCallerThread, null /*result*/, AnyTaskError);
UI\Page.cs (2)
5823_asyncResult.Complete(onPageThread, null /*result*/, _error); 5937_asyncResult.Complete(onPageThread, null /*result*/, _error);
Util\AspCompat.cs (2)
358_ar.Complete(true, null, new HttpException(SR.GetString(SR.Cannot_access_AspCompat))); 454_ar.Complete(false, null, _error); // resume the application execution