Udostępnij za pośrednictwem


IScheduledJob Interface

Definition

Provides an abstraction for a scheduled job.

public interface IScheduledJob
type IScheduledJob = interface
Public Interface IScheduledJob
Derived

Methods

ExecuteAsync(ScheduledJobDescriptor, CancellationToken)

Executes the scheduled job provided a scheduledJobDescriptor and an cancellationToken.

Applies to