Base:
method
Complete
System.Web.Hosting.AsyncResultBase.Complete(System.Int32, System.Int32, System.IntPtr, System.Boolean)
3 references to Complete
System.Web (3)
Hosting\IIS7WorkerRequest.cs (2)
610
ar.
Complete
(0, HResults.S_OK, IntPtr.Zero, synchronous: true);
639
ar.
Complete
(bytesRead, HResults.S_OK, ppAsyncReceiveBuffer, synchronous: true);
Hosting\ISAPIWorkerRequest.cs (1)
2611
ar.
Complete
(0, HResults.S_OK, IntPtr.Zero, synchronous: true);