Click or drag to resize
TaskHelper Class
Provides helper methods for tasks.
Inheritance Hierarchy
SystemObject
  Lawo.Threading.TasksTaskHelper

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

The TaskHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberTimeoutAsync
Completes either when task completes or when timeoutMilliseconds have elapsed, whichever comes first.
Top
See Also