Click or drag to resize
Hangfire.Storage Namespaces
The Hangfire.Storage namespaces contain abstract types like JobStorage, IStorageConnection and IWriteOnlyTransaction for querying and modifying the underlying background job storage. These types are also used to implement support for other persistent storages.
Namespaces
NamespaceDescription
Hangfire.Storage
The Hangfire.Storage namespaces contain abstract types like JobStorage, IStorageConnection and IWriteOnlyTransaction for querying and modifying the underlying background job storage. These types are also used to implement support for other persistent storages.
Hangfire.Storage.Monitoring
The Hangfire.Storage.Monitoring provides data transfer objects for the IMonitoringApi interface.