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