Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

57 rindas
3.4 KiB

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