Click or drag to resize

LogicalThreadExtensions Methods

The LogicalThreadExtensions type exposes the following members.

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