AlwaysInterleaveAttribute クラス

定義

AlwaysInterleaveAttribute 属性は、書き込み (ReadOnly 以外) 要求を含め、任意のメソッドとインターリーブできるメソッドをマークするために使用されます。

[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class AlwaysInterleaveAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Method)]
[Orleans.InvokableCustomInitializer("AddInvokeMethodOptions", Orleans.CodeGeneration.InvokeMethodOptions.AlwaysInterleave)]
public sealed class AlwaysInterleaveAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type AlwaysInterleaveAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
[<Orleans.InvokableCustomInitializer("AddInvokeMethodOptions", Orleans.CodeGeneration.InvokeMethodOptions.AlwaysInterleave)>]
type AlwaysInterleaveAttribute = class
    inherit Attribute
Public NotInheritable Class AlwaysInterleaveAttribute
Inherits Attribute
継承
AlwaysInterleaveAttribute
属性

注釈

この属性は、実装クラス自体のメソッドではなく、グレイン インターフェイスのメソッド宣言に適用されることに注意してください。

コンストラクター

AlwaysInterleaveAttribute()

AlwaysInterleaveAttribute 属性は、書き込み (ReadOnly 以外) 要求を含め、任意のメソッドとインターリーブできるメソッドをマークするために使用されます。

適用対象