Partager via


MayInterleaveAttribute Classe

Définition

L’attribut MayInterleaveAttribute est utilisé pour marquer les classes qui souhaitent contrôler l’entrelacement des demandes via un rappel de méthode fourni.

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class MayInterleaveAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class MayInterleaveAttribute : Attribute, Orleans.Metadata.IGrainPropertiesProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type MayInterleaveAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type MayInterleaveAttribute = class
    inherit Attribute
    interface IGrainPropertiesProviderAttribute
Public NotInheritable Class MayInterleaveAttribute
Inherits Attribute
Public NotInheritable Class MayInterleaveAttribute
Inherits Attribute
Implements IGrainPropertiesProviderAttribute
Héritage
MayInterleaveAttribute
Attributs
Implémente

Remarques

Le nom de la méthode de rappel doit pointer vers une fonction statique publique déclarée sur la même classe et ayant la signature suivante : public static bool MayInterleave(IInvokable req)

Constructeurs

MayInterleaveAttribute(String)

Initialise une nouvelle instance de la classe MayInterleaveAttribute.

Méthodes

Populate(IServiceProvider, Type, GrainType, Dictionary<String,String>)

Ajoute des propriétés de grain à properties.

S’applique à