C# Класс Imgix_Dotnet.Sharding.ShardingFactory

A static sharding strategy factory
Показать файл Открыть проект

Открытые методы

Метод Описание
GetStrategy ( string name ) : IShardingStrategy

Creates and returns a new sharding strategy from a name.

Описание методов

GetStrategy() публичный статический Метод

Creates and returns a new sharding strategy from a name.
If no name is given If no strategy with the name given exists
public static GetStrategy ( string name ) : IShardingStrategy
name string /// The name of the strategy. /// Values: Hash, None, RoundRobin ///
Результат IShardingStrategy