Click or drag to resize
IWriteOnlyTransactionSetRangeInHash Method

[Missing <summary> documentation for "M:Hangfire.Storage.IWriteOnlyTransaction.SetRangeInHash(System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})"]

Namespace: Hangfire.Storage
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
void SetRangeInHash(
	[NotNullAttribute] string key,
	[NotNullAttribute] IEnumerable<KeyValuePair<string, string>> keyValuePairs
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Hangfire.Storage.IWriteOnlyTransaction.SetRangeInHash(System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})"]

keyValuePairs
Type: System.Collections.GenericIEnumerableKeyValuePairString, String

[Missing <param name="keyValuePairs"/> documentation for "M:Hangfire.Storage.IWriteOnlyTransaction.SetRangeInHash(System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})"]

See Also