IHttpApplication<TContext>.ProcessRequestAsync(TContext) Method

Definition

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.Task
Public Function ProcessRequestAsync (context As TContext) As Task

Parameters

context
TContext

The TContext that the operation will process.

Returns

Applies to