Abp.HangFire.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Abp.HangFire</name>
  5. </assembly>
  6. <members>
  7. <member name="M:Abp.Hangfire.Configuration.AbpHangfireConfigurationExtensions.AbpHangfire(Abp.Configuration.Startup.IModuleConfigurations)">
  8. <summary>
  9. Used to configure ABP Hangfire module.
  10. </summary>
  11. </member>
  12. <member name="M:Abp.Hangfire.Configuration.AbpHangfireConfigurationExtensions.UseHangfire(Abp.BackgroundJobs.IBackgroundJobConfiguration,System.Action{Abp.Hangfire.Configuration.IAbpHangfireConfiguration})">
  13. <summary>
  14. Configures to use Hangfire for background job management.
  15. </summary>
  16. </member>
  17. <member name="T:Abp.Hangfire.Configuration.IAbpHangfireConfiguration">
  18. <summary>
  19. Used to configure Hangfire.
  20. </summary>
  21. </member>
  22. <member name="P:Abp.Hangfire.Configuration.IAbpHangfireConfiguration.Server">
  23. <summary>
  24. Gets or sets the Hanfgire's <see cref="T:Hangfire.BackgroundJobServer"/> object.
  25. Important: This is null in <see cref="M:Abp.Modules.AbpModule.PreInitialize"/>. You can create and set it to customize it's creation.
  26. If you don't set it, it's automatically set in <see cref="M:Abp.Modules.AbpModule.PreInitialize"/> by Abp.HangFire module with it's default constructor
  27. if background job execution is enabled (see <see cref="P:Abp.BackgroundJobs.IBackgroundJobConfiguration.IsJobExecutionEnabled"/>).
  28. So, if you create it yourself, it's your responsibility to check if background job execution is enabled (see <see cref="P:Abp.BackgroundJobs.IBackgroundJobConfiguration.IsJobExecutionEnabled"/>).
  29. </summary>
  30. </member>
  31. <member name="P:Abp.Hangfire.Configuration.IAbpHangfireConfiguration.GlobalConfiguration">
  32. <summary>
  33. A reference to Hangfire's global configuration.
  34. </summary>
  35. </member>
  36. </members>
  37. </doc>