Edit

PlacementFilterAttribute Class

Definition

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 properties.

Applies to