IPlacementContext
interface
Namespace: Orleans.Runtime.Placement
Provides context for a grain placement operation.
public interface IPlacementContextProperties
LocalSiloGets the local silo's identity.LocalSiloStatusGets the local silo's status.
Methods
GetCompatibleSilos(PlacementTarget)Gets the collection of silos which are compatible with the provided placement target.GetCompatibleSilosWithVersions(PlacementTarget)Gets the collection of silos which are compatible with the provided placement target, along with the versions of the grain interface which each server supports.
