GrainInterfaceMetadata Class
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.
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. |