AlwaysInterleaveAttribute
class
Namespace: Orleans.Concurrency
The AlwaysInterleaveAttribute attribute is used to mark methods that can interleave with any method, including write (non ReadOnly) requests.
public sealed class AlwaysInterleaveAttribute : AttributeRemarks
Note that this attribute is applied to method declaration in the grain interface, and not to the method in the implementation class itself.
