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