| BackgroundJobClientExtensionsSchedule Method | 
| Name | Description | |
|---|---|---|
| ScheduleT(IBackgroundJobClient, ExpressionActionT, DateTimeOffset) | 
            Creates a new background job based on a specified method expression and schedules
            it to be enqueued at the specified moment.
              | |
| ScheduleT(IBackgroundJobClient, ExpressionActionT, TimeSpan) | 
            Creates a new background job based on a specified instance method
            call expression and schedules it to be enqueued after a given delay.
              | |
| Schedule(IBackgroundJobClient, ExpressionAction, DateTimeOffset) | 
            Creates a new background job based on a specified method call expression
            and schedules it to be enqueued at the specified moment of time.
              | |
| Schedule(IBackgroundJobClient, ExpressionAction, TimeSpan) | 
            Creates a new background job based on a specified static method
            call expression and schedules it to be enqueued after a given delay.
              |