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
属性

注解

请注意,此属性应用于 grain 接口中的方法声明,而不是实现类本身中的 方法。

构造函数

AlwaysInterleaveAttribute()

AlwaysInterleaveAttribute 属性用于标记可与任何方法交错的方法,包括写入 (非 ReadOnly) 请求。

适用于