Condividi tramite


AlwaysInterleaveAttribute Classe

Definizione

L'attributo AlwaysInterleaveAttribute viene usato per contrassegnare i metodi che possono interleare con qualsiasi metodo, incluse le richieste di scrittura (non 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
Ereditarietà
AlwaysInterleaveAttribute
Attributi

Commenti

Si noti che questo attributo viene applicato alla dichiarazione del metodo nell'interfaccia granulare e non al metodo nella classe di implementazione stessa.

Costruttori

AlwaysInterleaveAttribute()

L'attributo AlwaysInterleaveAttribute viene usato per contrassegnare i metodi che possono interleare con qualsiasi metodo, incluse le richieste di scrittura (non ReadOnly).

Si applica a