Partager via


IScheduledJob Interface

Définition

Fournit une abstraction pour un travail planifié.

public interface IScheduledJob
type IScheduledJob = interface
Public Interface IScheduledJob
Dérivé

Méthodes

ExecuteAsync(ScheduledJobDescriptor, CancellationToken)

Exécute le travail planifié fourni un scheduledJobDescriptor et un cancellationToken.

S’applique à