IPlacementDirector<TStrategy> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface for placement directors implementing the specified strategy.
public interface IPlacementDirector<TStrategy> : Orleans.Runtime.Placement.IPlacementDirector where TStrategy : PlacementStrategy
type IPlacementDirector<'Strategy (requires 'Strategy :> PlacementStrategy)> = interface
interface IPlacementDirector
Public Interface IPlacementDirector(Of TStrategy)
Implements IPlacementDirector
Type Parameters
- TStrategy
The placement strategy which this director implements.
- Implements
Fields
PlacementHintKey |
Gets the RequestContextData key used to store the placement hint, if present. (Inherited from IPlacementDirector) |
Methods
OnAddActivation(PlacementStrategy, PlacementTarget, IPlacementContext) |
Picks an appropriate silo to place the specified target on. (Inherited from IPlacementDirector) |