DefaultRelationalStoragePicker 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.
Constructs the serializers from the given configuration properties.
public DefaultRelationalStoragePicker (System.Collections.Generic.IEnumerable<Orleans.Storage.IStorageDeserializer> deserializers, System.Collections.Generic.IEnumerable<Orleans.Storage.IStorageSerializer> serializers);
new Orleans.Storage.DefaultRelationalStoragePicker : seq<Orleans.Storage.IStorageDeserializer> * seq<Orleans.Storage.IStorageSerializer> -> Orleans.Storage.DefaultRelationalStoragePicker
Public Sub New (deserializers As IEnumerable(Of IStorageDeserializer), serializers As IEnumerable(Of IStorageSerializer))
Parameters
- deserializers
- IEnumerable<IStorageDeserializer>
The deserializers to be used.
- serializers
- IEnumerable<IStorageSerializer>
The serializers to be used.