IRateLimiterPolicy<TPartitionKey>.OnRejected Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém o Func<T1,T2,TResult> que manipula solicitações rejeitadas por esse middleware.
public Func<Microsoft.AspNetCore.RateLimiting.OnRejectedContext,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask>? OnRejected { get; }
member this.OnRejected : Func<Microsoft.AspNetCore.RateLimiting.OnRejectedContext, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask>
Public ReadOnly Property OnRejected As Func(Of OnRejectedContext, CancellationToken, ValueTask)