다음을 통해 공유


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)

적용 대상