WellKnownGrainInterfaceProperties Class
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.
Well-known grain interface property keys.
C#
public static class WellKnownGrainInterfaceProperties
type WellKnownGrainInterfaceProperties = class
Public Class WellKnownGrainInterfaceProperties
- Inheritance
-
WellKnownGrainInterfaceProperties
Default |
The encoded GrainType corresponding to the primary implementation of an interface. This is used for resolving a grain type from an interface. |
Type |
The name of the type of this interface. Used for convention-based matching of primary implementations. |
Version |
The version of this interface encoded as a decimal integer. |
Product | Versions |
---|---|
.NET Orleans | 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |