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
- 属性
注解
请注意,此属性应用于 grain 接口中的方法声明,而不是实现类本身中的 方法。
构造函数
AlwaysInterleaveAttribute() |
AlwaysInterleaveAttribute 属性用于标记可与任何方法交错的方法,包括写入 (非 ReadOnly) 请求。 |