AlwaysInterleaveAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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). |