MayInterleaveAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>) |
グレイン プロパティを に追加します |