IAsyncAlwaysRunResultFilter 인터페이스

정의

모든 작업 결과의 실행을 비동기적으로 둘러싸는 필터입니다.

public interface class IAsyncAlwaysRunResultFilter : Microsoft::AspNetCore::Mvc::Filters::IAsyncResultFilter
public interface IAsyncAlwaysRunResultFilter : Microsoft.AspNetCore.Mvc.Filters.IAsyncResultFilter
type IAsyncAlwaysRunResultFilter = interface
    interface IAsyncResultFilter
    interface IFilterMetadata
Public Interface IAsyncAlwaysRunResultFilter
Implements IAsyncResultFilter
구현

설명

인터페이스는 IAsyncAlwaysRunResultFilter 모든 작업 결과에 대해 실행해야 하는 구현을 선언 IAsyncResultFilter 합니다. .

IResultFilter 권한 부여 필터 또는 리소스 필터가 작업 실행을 방지하기 위해 요청을 단락하는 경우 및 IAsyncResultFilter 인스턴스가 실행되지 않습니다. IResultFilterIAsyncResultFilter 구현은 예외 필터가 작업 결과를 생성하여 예외를 처리하는 경우에도 실행되지 않습니다.

메서드

OnResultExecutionAsync(ResultExecutingContext, ResultExecutionDelegate)

작업 결과 전에 비동기적으로 호출됩니다.

(다음에서 상속됨 IAsyncResultFilter)

적용 대상