IAsyncResourceFilter.OnResourceExecutionAsync メソッド

定義

パイプラインの残りの部分の前に非同期的に呼び出されます。

public:
 System::Threading::Tasks::Task ^ OnResourceExecutionAsync(Microsoft::AspNetCore::Mvc::Filters::ResourceExecutingContext ^ context, Microsoft::AspNetCore::Mvc::Filters::ResourceExecutionDelegate ^ next);
public System.Threading.Tasks.Task OnResourceExecutionAsync (Microsoft.AspNetCore.Mvc.Filters.ResourceExecutingContext context, Microsoft.AspNetCore.Mvc.Filters.ResourceExecutionDelegate next);
abstract member OnResourceExecutionAsync : Microsoft.AspNetCore.Mvc.Filters.ResourceExecutingContext * Microsoft.AspNetCore.Mvc.Filters.ResourceExecutionDelegate -> System.Threading.Tasks.Task
Public Function OnResourceExecutionAsync (context As ResourceExecutingContext, next As ResourceExecutionDelegate) As Task

パラメーター

next
ResourceExecutionDelegate

ResourceExecutionDelegate。 次のリソース フィルターまたはパイプラインの残りの部分を実行するために呼び出されます。

戻り値

Taskパイプラインの残りの部分が完了すると完了する 。

適用対象