Compartilhar via


MethodInvokerAttribute Classe

Definição

Identifica uma classe que sabe como mapear as mensagens direcionadas a uma ID de interface especificada para uma interface CLR (granularidade).

[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
Herança
MethodInvokerAttribute
Herança
MethodInvokerAttribute
Atributos

Construtores

MethodInvokerAttribute(Type, Int32)

Inicializa uma nova instância da classe MethodInvokerAttribute.

Propriedades

InterfaceId

Obtém a ID atribuída à interface pelo Orleans

TargetType

Obtém o tipo ao qual essa implementação se aplica.

(Herdado de GeneratedAttribute)
TargetType

Obtém o tipo ao qual essa implementação se aplica.

(Herdado de GrainSupportClassAttribute)

Aplica-se a