csharp
public sealed class ClusterGrainsThe real one, over an Orleans cluster client.
Methods (4)
public ClusterGrains(IClusterClient cluster)The real one, over an Orleans cluster client.
public IShardGrain Shard(ShardId shard)The grain for a shard.
public IMapGrain Map(ShardKey key)The grain for a map.
public IPlayerGrain Player(PlayerKey player)The grain for a character.