ExecuteJobAsync(IJobRunContext, CancellationToken)
abstract
public abstract Task ExecuteJobAsync(IJobRunContext context, CancellationToken cancellationToken) Executes the durable job with the provided context.
Parameters
contextIJobRunContext- The context containing information about the durable job execution.
cancellationTokenCancellationToken- A token to monitor for cancellation requests.
Returns
A task that represents the asynchronous job execution operation.
