Partager via


KestrelServerOptions.ApplicationSchedulingMode Propriété

Définition

Obtient ou définit une valeur qui détermine comment Kestrel doit planifier les rappels d’utilisateurs.

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

Valeur de propriété

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

Remarques

Le mode par défaut est Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.SchedulingMode.Default

S’applique à