|   | Logical | 
 Inheritance Hierarchy
Inheritance Hierarchy
         Syntax
SyntaxThe LogicalThreadExtensions type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Join(LogicalThread) | Creates an awaitable that ensures the continuation is running on the logical thread. | 
|  | Join(LogicalThread, Int32) | Creates an awaitable that ensures the continuation is running on the logical thread. | 
|  | Yield(LogicalThread) | Creates an awaitable that asynchronously yields to a new action on the logical thread when awaited. | 
|  | Yield(LogicalThread, Int32) | Creates an awaitable that asynchronously yields to a new action on the logical thread when awaited. | 
 See Also
See Also