Method | Description | |
---|---|---|
GetStrategy ( string name ) : IShardingStrategy |
Creates and returns a new sharding strategy from a name.
|
public static GetStrategy ( string name ) : IShardingStrategy | ||
name | string | /// The name of the strategy. /// Values: Hash, None, RoundRobin /// |
return | IShardingStrategy |