PlacementFilterAttribute Class
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.
Base for all placement filter marker attributes.
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public abstract class PlacementFilterAttribute : Attribute, Orleans.Metadata.IGrainPropertiesProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type PlacementFilterAttribute = class
inherit Attribute
interface IGrainPropertiesProviderAttribute
Public MustInherit Class PlacementFilterAttribute
Inherits Attribute
Implements IGrainPropertiesProviderAttribute
- Inheritance
-
PlacementFilterAttribute
- Derived
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| PlacementFilterAttribute(PlacementFilterStrategy) | |
Properties
| Name | Description |
|---|---|
| PlacementFilterStrategy |
Gets the placement filter strategy. |
Methods
| Name | Description |
|---|---|
| Populate(IServiceProvider, Type, GrainType, Dictionary<String,String>) |
Adds grain properties to |