public abstract IEnumerable <ShardId> ResolveShardIds(ShardedEntityKey id);
Пример #2
0
 public override IEnumerable <ShardId> ResolveShardIds(ShardedEntityKey id)
 {
     return(ShardIds);
 }