Share via


KestrelServerOptions.ApplicationSchedulingMode 屬性

定義

取得或設定值,決定 Kestrel 應該如何排程使用者回呼。

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

屬性值

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

備註

預設模式為 Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.SchedulingMode.Default

適用於