SequentialAttribute Class
Marks a system to always execute sequentially (single-threaded). Use this for systems that are not thread-safe or have strict ordering requirements.
public sealed class SequentialAttribute : System.Attribute
Inheritance System.Object → System.Attribute → SequentialAttribute