Edit

Share via


GrainInterfaceMetadata Class

Definition

Describes a grain interface.

public class GrainInterfaceMetadata
type GrainInterfaceMetadata = class
Public Class GrainInterfaceMetadata
Inheritance
GrainInterfaceMetadata

Constructors

GrainInterfaceMetadata(Type, Type, Type, Int32)

Initializes an instance of the GrainInterfaceMetadata class.

Properties

InterfaceId

Gets the interface id.

InterfaceType

Gets the interface type.

InvokerType

Gets the type of the grain method invoker for this interface.

ReferenceType

Gets the type of the grain reference for this interface.

Applies to