Edytuj

Udostępnij za pośrednictwem


PlacementStrategyResolver.GetPlacementStrategy(GrainType) Method

Definition

Gets the placement strategy associated with the provided grain type.

public Orleans.Runtime.PlacementStrategy GetPlacementStrategy (Orleans.Runtime.GrainType grainType);
member this.GetPlacementStrategy : Orleans.Runtime.GrainType -> Orleans.Runtime.PlacementStrategy
Public Function GetPlacementStrategy (grainType As GrainType) As PlacementStrategy

Parameters

grainType
GrainType

Returns

Applies to