Skip to content

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 : 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.

Constructors