Bagikan melalui


KestrelServerOptions.ApplicationSchedulingMode Properti

Definisi

Mendapatkan atau menetapkan nilai yang menentukan bagaimana Kestrel harus menjadwalkan panggilan balik pengguna.

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

Nilai Properti

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

Keterangan

Mode defaultnya adalah Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.SchedulingMode.Default

Berlaku untuk