Op Englesch liesen Editéieren

Deelen iwwer


MayInterleaveAttribute Class

Definition

The MayInterleaveAttribute attribute is used to mark classes that want to control request interleaving via supplied method callback.

C#
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class MayInterleaveAttribute : Attribute
C#
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class MayInterleaveAttribute : Attribute, Orleans.Metadata.IGrainPropertiesProviderAttribute
Inheritance
MayInterleaveAttribute
Attributes
Implements

Remarks

The callback method name should point to a public static function declared on the same class and having the following signature: public static bool MayInterleave(IInvokable req)

Constructors

MayInterleaveAttribute(String)

Initializes a new instance of the MayInterleaveAttribute class.

Methods

Applies to

Produkt Versiounen
.NET Orleans 1.5.10, 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0