1 implementation of IRequestCompletedNotifier
System.Web (1)
HttpApplication.cs (1)
69public class HttpApplication : IComponent, IHttpAsyncHandler, IRequestCompletedNotifier, ISyncContext {
2 references to IRequestCompletedNotifier
System.Web (2)
HttpApplication.cs (1)
556bool IRequestCompletedNotifier.IsRequestCompleted {
UI\PageAsyncTaskManager.cs (1)
30public async Task ExecuteTasksAsync(object sender, EventArgs e, CancellationToken cancellationToken, AspNetSynchronizationContextBase syncContext, IRequestCompletedNotifier requestCompletedNotifier) {