Show / Hide Table of Contents

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.

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX