Click or drag to resize
TaskSingleton Class
Provides the means to simplify the implementation of non-reentrant async methods.
Inheritance Hierarchy
SystemObject
  Lawo.Threading.TasksTaskSingleton

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

The TaskSingleton type exposes the following members.

Constructors
  NameDescription
Public methodTaskSingleton
Initializes a new instance of the TaskSingleton class
Top
Methods
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