| JobStorageConnectionGetAllEntriesFromHash Method |
[Missing <summary> documentation for "M:Hangfire.Storage.JobStorageConnection.GetAllEntriesFromHash(System.String)"]
Namespace: Hangfire.StorageAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public abstract Dictionary<string, string> GetAllEntriesFromHash(
string key
)
Public MustOverride Function GetAllEntriesFromHash (
key As String
) As Dictionary(Of String, String)
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Hangfire.Storage.JobStorageConnection.GetAllEntriesFromHash(System.String)"]
Return Value
Type:
DictionaryString,
StringImplements
IStorageConnectionGetAllEntriesFromHash(String)See Also