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>)

グレイン プロパティを に追加します properties

適用対象