StorageHasherPicker(IEnumerable<IHasher>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.