GrainReferenceAttribute Класс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Идентифицирует конкретную ссылку на зернистую ссылку на идентификатор интерфейса
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class GrainReferenceAttribute : Orleans.CodeGeneration.GeneratedAttribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class GrainReferenceAttribute : Orleans.CodeGeneration.GrainSupportClassAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type GrainReferenceAttribute = class
inherit GeneratedAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type GrainReferenceAttribute = class
inherit GrainSupportClassAttribute
Public NotInheritable Class GrainReferenceAttribute
Inherits GeneratedAttribute
Public NotInheritable Class GrainReferenceAttribute
Inherits GrainSupportClassAttribute
- Наследование
- Наследование
- Атрибуты
Конструкторы
GrainReferenceAttribute(Type) |
Инициализирует новый экземпляр класса GrainReferenceAttribute. |
Свойства
TargetType |
Возвращает тип, к которому применяется эта реализация. (Унаследовано от GeneratedAttribute) |
TargetType |
Возвращает тип, к которому применяется эта реализация. (Унаследовано от GrainSupportClassAttribute) |