次の方法で共有


MethodInvokerAttribute クラス

定義

を対象とするメッセージをマップする方法を認識するクラスを識別します。これは、グレイン (CLR) インターフェイスにインターフェイス ID を指定します。

[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
継承
MethodInvokerAttribute
継承
MethodInvokerAttribute
属性

コンストラクター

MethodInvokerAttribute(Type, Int32)

MethodInvokerAttribute クラスの新しいインスタンスを初期化します。

プロパティ

InterfaceId

Orleans によってインターフェイスに割り当てられた ID を取得します

TargetType

この実装が適用される型を取得します。

(継承元 GeneratedAttribute)
TargetType

この実装が適用される型を取得します。

(継承元 GrainSupportClassAttribute)

適用対象