Condividi tramite


MethodInvokerAttribute Classe

Definizione

Identifica una classe che sa eseguire il mapping dei messaggi destinati a un ID interfaccia specifica un'interfaccia granulare (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
Ereditarietà
MethodInvokerAttribute
Ereditarietà
MethodInvokerAttribute
Attributi

Costruttori

MethodInvokerAttribute(Type, Int32)

Inizializza una nuova istanza della classe MethodInvokerAttribute.

Proprietà

InterfaceId

Ottiene l'ID assegnato all'interfaccia da Orleans

TargetType

Ottiene il tipo a cui si applica questa implementazione.

(Ereditato da GeneratedAttribute)
TargetType

Ottiene il tipo a cui si applica questa implementazione.

(Ereditato da GrainSupportClassAttribute)

Si applica a