Click or drag to resize
JobStorageTransactionAddRangeToSet Method

[Missing <summary> documentation for "M:Hangfire.Storage.JobStorageTransaction.AddRangeToSet(System.String,System.Collections.Generic.IList{System.String})"]

Namespace: Hangfire.Storage
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public virtual void AddRangeToSet(
	[NotNullAttribute] string key,
	[NotNullAttribute] IList<string> items
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Hangfire.Storage.JobStorageTransaction.AddRangeToSet(System.String,System.Collections.Generic.IList{System.String})"]

items
Type: System.Collections.GenericIListString

[Missing <param name="items"/> documentation for "M:Hangfire.Storage.JobStorageTransaction.AddRangeToSet(System.String,System.Collections.Generic.IList{System.String})"]

See Also