Click or drag to resize
BackgroundJobClient Constructor
Overload List
  NameDescription
Public methodBackgroundJobClient
Initializes a new instance of the BackgroundJobClient class with the storage from a global configuration.
Public methodBackgroundJobClient(JobStorage)
Initializes a new instance of the BackgroundJobClient class with the specified storage.
Public methodBackgroundJobClient(JobStorage, IBackgroundJobFactory, IBackgroundJobStateChanger)
Initializes a new instance of the BackgroundJobClient class with the specified storage, background job factory and state changer.
Top
See Also