GrainInterfaceMetadata(Type, Type, Type, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.