AlwaysInterleaveAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 以外) 要求を含め、任意のメソッドとインターリーブできるメソッドをマークするために使用されます。 |