Show / Hide Table of Contents

Class GrainReferenceAttribute

Identifies a concrete grain reference to an interface ID

Inheritance
System.Object
GrainSupportClassAttribute
GrainReferenceAttribute
Inherited Members
GrainSupportClassAttribute.TargetType
Namespace: Orleans.CodeGeneration
Assembly: Orleans.Core.Abstractions.dll
Syntax
public sealed class GrainReferenceAttribute : GrainSupportClassAttribute

Constructors

| Improve this Doc View Source

GrainReferenceAttribute(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.

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX