GrainInterfaceTypeAttribute 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.
When applied to a grain interface, specifies the GrainInterfaceType.
C#
[System.AttributeUsage(System.AttributeTargets.Interface, AllowMultiple=false)]
public sealed class GrainInterfaceTypeAttribute : Attribute, Orleans.Runtime.IGrainInterfaceTypeProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Interface, AllowMultiple=false)>]
type GrainInterfaceTypeAttribute = class
inherit Attribute
interface IGrainInterfaceTypeProviderAttribute
Public NotInheritable Class GrainInterfaceTypeAttribute
Inherits Attribute
Implements IGrainInterfaceTypeProviderAttribute
- Inheritance
-
GrainInterfaceTypeAttribute
- Attributes
- Implements
Grain |
Creates a GrainInterfaceTypeAttribute instance. |
Get |
Gets the grain interface identifier. |
Product | Versions |
---|---|
.NET Orleans | 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |