zoomla
Version:
16年专业研发|中文alexa排名第一的CMS品牌-基于dotNET core、功能强大,集成站群、微信开发、小程序与ERP及OA办公系统,支持国际语言和多民族语言,世界五百强与大型门户专用高端网站内核CMS系统
57 lines (56 loc) • 3.52 kB
text/xml
<doc>
<assembly>
<name>Hangfire.SqlServer</name>
</assembly>
<members>
<member name="T:Hangfire.SqlServer.SqlServerMonitoringApi.SafeDictionary`2">
<summary>
Overloaded dictionary that doesn't throw if given an invalid key
Fixes issues such as https://github.com/HangfireIO/Hangfire/issues/871
</summary>
</member>
<member name="M:Hangfire.SqlServer.SqlServerStorage.#ctor(System.String,Hangfire.SqlServer.SqlServerStorageOptions)">
<summary>
Initializes SqlServerStorage from the provided SqlServerStorageOptions and either the provided connection
string or the connection string with provided name pulled from the application config file.
</summary>
<param name="nameOrConnectionString">Either a SQL Server connection string or the name of
a SQL Server connection string located in the connectionStrings node in the application config</param>
<param name="options"></param>
<exception cref="T:System.ArgumentNullException"><paramref name="nameOrConnectionString"/> argument is null.</exception>
<exception cref="T:System.ArgumentNullException"><paramref name="options"/> argument is null.</exception>
<exception cref="T:System.ArgumentException"><paramref name="nameOrConnectionString"/> argument is neither
a valid SQL Server connection string nor the name of a connection string in the application
config file.</exception>
</member>
<member name="M:Hangfire.SqlServer.SqlServerStorage.#ctor(System.Data.Common.DbConnection)">
<summary>
Initializes a new instance of the <see cref="T:Hangfire.SqlServer.SqlServerStorage"/> class with
explicit instance of the <see cref="T:System.Data.Common.DbConnection"/> class that will be used
to query the data.
</summary>
</member>
<member name="M:Hangfire.SqlServer.SqlServerStorage.#ctor(System.Data.Common.DbConnection,Hangfire.SqlServer.SqlServerStorageOptions)">
<summary>
Initializes a new instance of the <see cref="T:Hangfire.SqlServer.SqlServerStorage"/> class with
explicit instance of the <see cref="T:System.Data.Common.DbConnection"/> class that will be used
to query the data, with the given options.
</summary>
</member>
<member name="M:Hangfire.SqlServer.SqlServerStorage.#ctor(System.Func{System.Data.Common.DbConnection})">
<summary>
Initializes a new instance of the <see cref="T:Hangfire.SqlServer.SqlServerStorage"/> class with
a connection factory <see cref="T:System.Func`1"/> class that will be invoked
to create new database connections for querying the data.
</summary>
</member>
<member name="M:Hangfire.SqlServer.SqlServerStorage.#ctor(System.Func{System.Data.Common.DbConnection},Hangfire.SqlServer.SqlServerStorageOptions)">
<summary>
Initializes a new instance of the <see cref="T:Hangfire.SqlServer.SqlServerStorage"/> class with
a connection factory <see cref="T:System.Func`1"/> class that will be invoked
to create new database connections for querying the data.
</summary>
</member>
</members>
</doc>