Partager via


MethodInvokerAttribute Classe

Définition

Identifie une classe qui sait comment mapper les messages ciblant un ID d’interface spécifié à une interface de grain (CLR).

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class MethodInvokerAttribute : Orleans.CodeGeneration.GeneratedAttribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class MethodInvokerAttribute : Orleans.CodeGeneration.GrainSupportClassAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type MethodInvokerAttribute = class
    inherit GeneratedAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type MethodInvokerAttribute = class
    inherit GrainSupportClassAttribute
Public NotInheritable Class MethodInvokerAttribute
Inherits GeneratedAttribute
Public NotInheritable Class MethodInvokerAttribute
Inherits GrainSupportClassAttribute
Héritage
MethodInvokerAttribute
Héritage
MethodInvokerAttribute
Attributs

Constructeurs

MethodInvokerAttribute(Type, Int32)

Initialise une nouvelle instance de la classe MethodInvokerAttribute.

Propriétés

InterfaceId

Obtient l’ID attribué à l’interface par Orleans

TargetType

Obtient le type auquel cette implémentation s’applique.

(Hérité de GeneratedAttribute)
TargetType

Obtient le type auquel cette implémentation s’applique.

(Hérité de GrainSupportClassAttribute)

S’applique à