Düzenle

Aracılığıyla paylaş


MethodInvokerAttribute Class

Definition

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
MethodInvokerAttribute
Inheritance
MethodInvokerAttribute
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)

Applies to