Skip to content

MayInterleaveAttribute

class

Namespace: Orleans.Concurrency

The MayInterleaveAttribute attribute is used to mark classes that want to control request interleaving via supplied method callback.
public sealed class MayInterleaveAttribute : Attribute, IGrainPropertiesProviderAttribute

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

Methods