Bagikan melalui


IHostedService Antarmuka

Definisi

Menentukan metode untuk objek yang dikelola oleh host.

public interface class IHostedService
public interface IHostedService
type IHostedService = interface
Public Interface IHostedService
Turunan

Metode

StartAsync(CancellationToken)

Dipicu ketika host aplikasi siap untuk memulai layanan.

StopAsync(CancellationToken)

Dipicu ketika host aplikasi melakukan pematian dengan baik.

Metode Ekstensi

StartAndStopAsync(IHostedService, CancellationToken)

Memulai dan segera menghentikan layanan.

Berlaku untuk