IHttpApplication<TContext>.ProcessRequestAsync(TContext) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously processes an TContext.
public:
 System::Threading::Tasks::Task ^ ProcessRequestAsync(TContext context);public System.Threading.Tasks.Task ProcessRequestAsync(TContext context);abstract member ProcessRequestAsync : 'Context -> System.Threading.Tasks.TaskPublic Function ProcessRequestAsync (context As TContext) As TaskParameters
- context
- TContext
The TContext that the operation will process.