Szerkesztés

Megosztás a következőn keresztül:


IPlacementDirector<TStrategy> Interface

Definition

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)

Applies to