Compartir a través de


MethodInvokerAttribute Clase

Definición

Identifica una clase que sabe cómo asignar los mensajes que tienen como destino un identificador de interfaz para una interfaz específica (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
Herencia
MethodInvokerAttribute
Herencia
MethodInvokerAttribute
Atributos

Constructores

MethodInvokerAttribute(Type, Int32)

Inicializa una nueva instancia de la clase MethodInvokerAttribute.

Propiedades

InterfaceId

Obtiene el identificador asignado a la interfaz por Orleans.

TargetType

Obtiene el tipo al que se aplica esta implementación.

(Heredado de GeneratedAttribute)
TargetType

Obtiene el tipo al que se aplica esta implementación.

(Heredado de GrainSupportClassAttribute)

Se aplica a