IAuthorizationFilter::ExecuteAuthorizationFilterAsync Method

Executes the authorization filter to synchronize.

Namespace:  System.Web.Http.Filters
Assembly:  System.Web.Http (in System.Web.Http.dll)

Task<HttpResponseMessage^>^ ExecuteAuthorizationFilterAsync(
	HttpActionContext^ actionContext, 
	CancellationToken cancellationToken, 
	Func<Task<HttpResponseMessage^>^>^ continuation
)

Parameters

actionContext
Type: System.Web.Http.Controllers::HttpActionContext
The action context.
cancellationToken
Type: System.Threading::CancellationToken
The cancellation token associated with the filter.
continuation
Type: System::Func<Task<HttpResponseMessage>>
The continuation.

Return Value

Type: System.Threading.Tasks::Task<HttpResponseMessage>
The authorization filter to synchronize.
Show: