Class AlwaysInterleaveAttribute
The AlwaysInterleaveAttribute attribute is used to mark methods that can interleave with any other method type, including write (non ReadOnly) requests.
Inheritance
System.Object
AlwaysInterleaveAttribute
Namespace: Orleans.Concurrency
Assembly: Orleans.Core.Abstractions.dll
Syntax
public sealed class AlwaysInterleaveAttribute : Attribute
Remarks
Note that this attribute is applied to method declaration in the grain interface, and not to the method in the implementation class itself.