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, IGrainPropertiesProviderAttributeRemarks
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 theMayInterleaveAttributeclass.
Methods
Populate(IServiceProvider, Type, GrainType, Dictionary<string, string>)Adds grain properties toproperties.
