Redigera

Dela via


GrainInterfaceMetadata(Type, Type, Type, Int32) Constructor

Definition

Initializes an instance of the GrainInterfaceMetadata class.

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)

Parameters

interfaceType
Type

The grain interface type

referenceType
Type

The grain reference type.

invokerType
Type

The grain method invoker type.

interfaceId
Int32

The interface id.

Applies to