다음을 통해 공유


GrainInterfaceMetadata(Type, Type, Type, Int32) 생성자

정의

GrainInterfaceMetadata 클래스의 인스턴스를 초기화합니다.

public GrainInterfaceMetadata (Type interfaceType, Type referenceType, Type invokerType, int interfaceId);
new Orleans.Metadata.GrainInterfaceMetadata : Type * Type * Type * int -> Orleans.Metadata.GrainInterfaceMetadata
Public Sub New (interfaceType As Type, referenceType As Type, invokerType As Type, interfaceId As Integer)

매개 변수

interfaceType
Type

조직 인터페이스 형식

referenceType
Type

조직 참조 형식입니다.

invokerType
Type

grain 메서드 호출자 형식입니다.

interfaceId
Int32

인터페이스 ID입니다.

적용 대상