Compartir a través de


AlwaysInterleaveAttribute Clase

Definición

El atributo AlwaysInterleaveAttribute se usa para marcar métodos que pueden intercalar con cualquier método, incluidas las solicitudes de escritura (no 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
Herencia
AlwaysInterleaveAttribute
Atributos

Comentarios

Tenga en cuenta que este atributo se aplica a la declaración de método en la interfaz de grano y no al método en la propia clase de implementación.

Constructores

AlwaysInterleaveAttribute()

El atributo AlwaysInterleaveAttribute se usa para marcar métodos que pueden intercalar con cualquier método, incluidas las solicitudes de escritura (no readOnly).

Se aplica a