Click or drag to resize
BackgroundJobClientExtensionsSchedule Method
Overload List
  NameDescription
Public methodStatic memberScheduleT(IBackgroundJobClient, ExpressionActionT, DateTimeOffset)
Creates a new background job based on a specified method expression and schedules it to be enqueued at the specified moment.
Public methodStatic memberScheduleT(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.
Public methodStatic memberSchedule(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.
Public methodStatic memberSchedule(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.
Top
See Also