Compartilhar via


KestrelServerOptions.ApplicationSchedulingMode Propriedade

Definição

Obtém ou define um valor que determina como o Kestrel deve agendar retornos de chamada do usuário.

public:
 property Microsoft::AspNetCore::Server::Kestrel::Transport::Abstractions::Internal::SchedulingMode ApplicationSchedulingMode { Microsoft::AspNetCore::Server::Kestrel::Transport::Abstractions::Internal::SchedulingMode get(); void set(Microsoft::AspNetCore::Server::Kestrel::Transport::Abstractions::Internal::SchedulingMode value); };
public Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.SchedulingMode ApplicationSchedulingMode { get; set; }
member this.ApplicationSchedulingMode : Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.SchedulingMode with get, set
Public Property ApplicationSchedulingMode As SchedulingMode

Valor da propriedade

Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.SchedulingMode

Comentários

O modo padrão é Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.SchedulingMode.Default

Aplica-se a