Click or drag to resize

LogicalThreadExtensions Class

Defines extensions for the LogicalThread class.
Inheritance Hierarchy
SystemObject
  GSF.ThreadingLogicalThreadExtensions

Namespace: GSF.Threading
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntax
public static class LogicalThreadExtensions
View Source

The LogicalThreadExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodJoin(LogicalThread) Creates an awaitable that ensures the continuation is running on the logical thread.
Public Extension MethodJoin(LogicalThread, Int32) Creates an awaitable that ensures the continuation is running on the logical thread.
Public Extension MethodYield(LogicalThread) Creates an awaitable that asynchronously yields to a new action on the logical thread when awaited.
Public Extension MethodYield(LogicalThread, Int32) Creates an awaitable that asynchronously yields to a new action on the logical thread when awaited.
Top
See Also