Property | Type | Description | |
---|---|---|---|
ActiveConnections | Hangfire.Dashboard.DashboardMetric | ||
TotalConnections | Hangfire.Dashboard.DashboardMetric |
Method | Description | |
---|---|---|
GetComponents ( ) : IEnumerable |
||
GetConnection ( ) : IStorageConnection | ||
GetMonitoringApi ( ) : IMonitoringApi | ||
SQLiteStorage ( [ existingConnection ) : System |
Initializes a new instance of the SqlServerStorage class with explicit instance of the SqlConnection class that will be used to query the data.
|
|
SQLiteStorage ( string nameOrConnectionString ) : System | ||
SQLiteStorage ( string nameOrConnectionString, SQLiteStorageOptions options ) : System |
Initializes SqlServerStorage from the provided SQLiteStorageOptions and either the provided connection string or the connection string with provided name pulled from the application config file.
|
|
ToString ( ) : string |
Method | Description | |
---|---|---|
CreateAndOpenConnection ( ) : IDbConnection | ||
InitializeQueueProviders ( ) : void | ||
IsConnectionString ( string nameOrConnectionString ) : bool | ||
IsConnectionStringInConfiguration ( string connectionStringName ) : bool |
public GetConnection ( ) : IStorageConnection | ||
return | IStorageConnection |
public SQLiteStorage ( [ existingConnection ) : System | ||
existingConnection | [ | Existing connection |
return | System |
public SQLiteStorage ( string nameOrConnectionString ) : System | ||
nameOrConnectionString | string | |
return | System |
public SQLiteStorage ( string nameOrConnectionString, SQLiteStorageOptions options ) : System | ||
nameOrConnectionString | string | Either a SQL Server connection string or the name of /// a SQL Server connection string located in the connectionStrings node in the application config |
options | SQLiteStorageOptions | |
return | System |
public static DashboardMetric,Hangfire.Dashboard ActiveConnections | ||
return | Hangfire.Dashboard.DashboardMetric |