Click or drag to resize
TaskQueue Class
Represents a virtual queue for tasks.
Inheritance Hierarchy
SystemObject
  Lawo.Threading.TasksTaskQueue

Namespace: Lawo.Threading.Tasks
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public sealed class TaskQueue

The TaskQueue type exposes the following members.

Constructors
  NameDescription
Public methodTaskQueue
Initializes a new instance of the TaskQueue class
Top
Methods
Remarks
Enqueued tasks are guaranteed to be executed sequentially, in the order in which they were enqueued.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also