Class GrainReferenceAttribute
Identifies a concrete grain reference to an interface ID
Inherited Members
Namespace: Orleans.CodeGeneration
Assembly: Orleans.Core.Abstractions.dll
Syntax
public sealed class GrainReferenceAttribute : GrainSupportClassAttribute
Constructors
| Improve this Doc View SourceGrainReferenceAttribute(Type)
Initializes a new instance of the GrainReferenceAttribute class.
Declaration
public GrainReferenceAttribute(Type targetType)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | targetType | The type which this implementation applies to. |