You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

76 lines
4.6 KiB

  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Hangfire.SqlServer</name>
  5. </assembly>
  6. <members>
  7. <member name="M:Hangfire.SqlServer.SqlServerBootstrapperConfigurationExtensions.UseSqlServerStorage(Hangfire.IBootstrapperConfiguration,System.String)">
  8. <summary>
  9. Tells the bootstrapper to use SQL Server as a job storage,
  10. that can be accessed using the given connection string or
  11. its name.
  12. </summary>
  13. <param name="configuration">Configuration</param>
  14. <param name="nameOrConnectionString">Connection string or its name</param>
  15. </member>
  16. <member name="M:Hangfire.SqlServer.SqlServerBootstrapperConfigurationExtensions.UseSqlServerStorage(Hangfire.IBootstrapperConfiguration,System.String,Hangfire.SqlServer.SqlServerStorageOptions)">
  17. <summary>
  18. Tells the bootstrapper to use SQL Server as a job storage
  19. with the given options, that can be accessed using the specified
  20. connection string or its name.
  21. </summary>
  22. <param name="configuration">Configuration</param>
  23. <param name="nameOrConnectionString">Connection string or its name</param>
  24. <param name="options">Advanced options</param>
  25. </member>
  26. <member name="T:Hangfire.SqlServer.SqlServerMonitoringApi.SafeDictionary`2">
  27. <summary>
  28. Overloaded dictionary that doesn't throw if given an invalid key
  29. Fixes issues such as https://github.com/HangfireIO/Hangfire/issues/871
  30. </summary>
  31. </member>
  32. <member name="M:Hangfire.SqlServer.SqlServerStorage.#ctor(System.String,Hangfire.SqlServer.SqlServerStorageOptions)">
  33. <summary>
  34. Initializes SqlServerStorage from the provided SqlServerStorageOptions and either the provided connection
  35. string or the connection string with provided name pulled from the application config file.
  36. </summary>
  37. <param name="nameOrConnectionString">Either a SQL Server connection string or the name of
  38. a SQL Server connection string located in the connectionStrings node in the application config</param>
  39. <param name="options"></param>
  40. <exception cref="T:System.ArgumentNullException"><paramref name="nameOrConnectionString"/> argument is null.</exception>
  41. <exception cref="T:System.ArgumentNullException"><paramref name="options"/> argument is null.</exception>
  42. <exception cref="T:System.ArgumentException"><paramref name="nameOrConnectionString"/> argument is neither
  43. a valid SQL Server connection string nor the name of a connection string in the application
  44. config file.</exception>
  45. </member>
  46. <member name="M:Hangfire.SqlServer.SqlServerStorage.#ctor(System.Data.Common.DbConnection)">
  47. <summary>
  48. Initializes a new instance of the <see cref="T:Hangfire.SqlServer.SqlServerStorage"/> class with
  49. explicit instance of the <see cref="T:System.Data.Common.DbConnection"/> class that will be used
  50. to query the data.
  51. </summary>
  52. </member>
  53. <member name="M:Hangfire.SqlServer.SqlServerStorage.#ctor(System.Data.Common.DbConnection,Hangfire.SqlServer.SqlServerStorageOptions)">
  54. <summary>
  55. Initializes a new instance of the <see cref="T:Hangfire.SqlServer.SqlServerStorage"/> class with
  56. explicit instance of the <see cref="T:System.Data.Common.DbConnection"/> class that will be used
  57. to query the data, with the given options.
  58. </summary>
  59. </member>
  60. <member name="M:Hangfire.SqlServer.SqlServerStorage.#ctor(System.Func{System.Data.Common.DbConnection})">
  61. <summary>
  62. Initializes a new instance of the <see cref="T:Hangfire.SqlServer.SqlServerStorage"/> class with
  63. a connection factory <see cref="T:System.Func`1"/> class that will be invoked
  64. to create new database connections for querying the data.
  65. </summary>
  66. </member>
  67. <member name="M:Hangfire.SqlServer.SqlServerStorage.#ctor(System.Func{System.Data.Common.DbConnection},Hangfire.SqlServer.SqlServerStorageOptions)">
  68. <summary>
  69. Initializes a new instance of the <see cref="T:Hangfire.SqlServer.SqlServerStorage"/> class with
  70. a connection factory <see cref="T:System.Func`1"/> class that will be invoked
  71. to create new database connections for querying the data.
  72. </summary>
  73. </member>
  74. </members>
  75. </doc>