Freigeben über


AlwaysInterleaveAttribute Klasse

Definition

Das AlwaysInterleaveAttribute-Attribut wird verwendet, um Methoden zu markieren, die mit jeder Methode interleeren können, einschließlich Schreibanforderungen (nicht 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
Vererbung
AlwaysInterleaveAttribute
Attribute

Hinweise

Beachten Sie, dass dieses Attribut auf die Methodendeklaration in der Grain-Schnittstelle und nicht auf die Methode in der Implementierungsklasse selbst angewendet wird.

Konstruktoren

AlwaysInterleaveAttribute()

Das AlwaysInterleaveAttribute-Attribut wird verwendet, um Methoden zu markieren, die mit jeder Methode interleeren können, einschließlich Schreibanforderungen (nicht ReadOnly).

Gilt für: