C# 클래스 Hangfire.SQLite.SQLiteStorage

상속: JobStorage
파일 보기 프로젝트 열기: vip32/Hangfire.SQLite 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ActiveConnections Hangfire.Dashboard.DashboardMetric
TotalConnections Hangfire.Dashboard.DashboardMetric

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CreateAndOpenConnection ( ) : IDbConnection
InitializeQueueProviders ( ) : void
IsConnectionString ( string nameOrConnectionString ) : bool
IsConnectionStringInConfiguration ( string connectionStringName ) : bool

메소드 상세

GetComponents() 공개 메소드

public GetComponents ( ) : IEnumerable
리턴 IEnumerable

GetConnection() 공개 메소드

public GetConnection ( ) : IStorageConnection
리턴 IStorageConnection

GetMonitoringApi() 공개 메소드

public GetMonitoringApi ( ) : IMonitoringApi
리턴 IMonitoringApi

SQLiteStorage() 공개 메소드

Initializes a new instance of the SqlServerStorage class with explicit instance of the SqlConnection class that will be used to query the data.
public SQLiteStorage ( [ existingConnection ) : System
existingConnection [ Existing connection
리턴 System

SQLiteStorage() 공개 메소드

public SQLiteStorage ( string nameOrConnectionString ) : System
nameOrConnectionString string
리턴 System

SQLiteStorage() 공개 메소드

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.
argument is null. argument is null. argument is neither /// a valid SQL Server connection string nor the name of a connection string in the application /// config file.
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
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ActiveConnections 공개적으로 정적으로 프로퍼티

public static DashboardMetric,Hangfire.Dashboard ActiveConnections
리턴 Hangfire.Dashboard.DashboardMetric

TotalConnections 공개적으로 정적으로 프로퍼티

public static DashboardMetric,Hangfire.Dashboard TotalConnections
리턴 Hangfire.Dashboard.DashboardMetric