MethodInvokerAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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à
- Ereditarietà
- 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) |