Redigera

Dela via


StorageHasherPicker(IEnumerable<IHasher>) Constructor

Definition

A constructor.

public StorageHasherPicker (System.Collections.Generic.IEnumerable<Orleans.Storage.IHasher> hashProviders);
new Orleans.Storage.StorageHasherPicker : seq<Orleans.Storage.IHasher> -> Orleans.Storage.StorageHasherPicker
Public Sub New (hashProviders As IEnumerable(Of IHasher))

Parameters

hashProviders
IEnumerable<IHasher>

The hash providers this picker uses.

Applies to