| JobStorageConnectionGetAllItemsFromList Method |
[Missing <summary> documentation for "M:Hangfire.Storage.JobStorageConnection.GetAllItemsFromList(System.String)"]
Namespace: Hangfire.StorageAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public virtual List<string> GetAllItemsFromList(
[NotNullAttribute] string key
)
Public Overridable Function GetAllItemsFromList (
<NotNullAttribute> key As String
) As List(Of String)
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Hangfire.Storage.JobStorageConnection.GetAllItemsFromList(System.String)"]
Return Value
Type:
ListStringSee Also