Поделиться через


MayInterleaveAttribute Класс

Определение

Атрибут MayInterleaveAttribute используется для пометки классов, которые хотят управлять чередованием запросов с помощью обратного вызова указанного метода.

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class MayInterleaveAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class MayInterleaveAttribute : Attribute, Orleans.Metadata.IGrainPropertiesProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type MayInterleaveAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type MayInterleaveAttribute = class
    inherit Attribute
    interface IGrainPropertiesProviderAttribute
Public NotInheritable Class MayInterleaveAttribute
Inherits Attribute
Public NotInheritable Class MayInterleaveAttribute
Inherits Attribute
Implements IGrainPropertiesProviderAttribute
Наследование
MayInterleaveAttribute
Атрибуты
Реализации

Комментарии

Имя метода обратного вызова должно указывать на общедоступную статическую функцию, объявленную в том же классе и имеющую следующую сигнатуру: public static bool MayInterleave(IInvokable req)

Конструкторы

MayInterleaveAttribute(String)

Инициализирует новый экземпляр класса MayInterleaveAttribute.

Методы

Populate(IServiceProvider, Type, GrainType, Dictionary<String,String>)

Добавляет свойства grain в properties.

Применяется к