Click or drag to resize
IStorageConnectionGetAllEntriesFromHash Method

[Missing <summary> documentation for "M:Hangfire.Storage.IStorageConnection.GetAllEntriesFromHash(System.String)"]

Namespace: Hangfire.Storage
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
[CanBeNullAttribute]
Dictionary<string, string> GetAllEntriesFromHash(
	[NotNullAttribute] string key
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Hangfire.Storage.IStorageConnection.GetAllEntriesFromHash(System.String)"]

Return Value

Type: DictionaryString, String
See Also