MethodInvokerAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies a class that knows how to map the messages targeting a specifies interface ID to a grain (CLR) interface.
[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
- Inheritance
- Inheritance
- Attributes
Constructors
MethodInvokerAttribute(Type, Int32) |
Initializes a new instance of the MethodInvokerAttribute class. |
Properties
InterfaceId |
Gets the ID assigned to the interface by Orleans |
TargetType |
Gets the type which this implementation applies to. (Inherited from GeneratedAttribute) |
TargetType |
Gets the type which this implementation applies to. (Inherited from GrainSupportClassAttribute) |