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