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

粒度方法调用程序类型。

interfaceId
Int32

接口 ID。

适用于