Click or drag to resize

LogicalThreadExtensionsLogicalThreadAwaitableLogicalThreadAwaiter Structure

Provides an awaiter that switches into a target environment.
Inheritance Hierarchy
SystemObject
  SystemValueType
    GSF.ThreadingLogicalThreadExtensionsLogicalThreadAwaitableLogicalThreadAwaiter

Namespace: GSF.Threading
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public struct LogicalThreadAwaiter : INotifyCompletion
View Source

The LogicalThreadExtensionsLogicalThreadAwaitableLogicalThreadAwaiter type exposes the following members.

Constructors
 NameDescription
Public methodLogicalThreadExtensionsLogicalThreadAwaitableLogicalThreadAwaiter Creates a new instance of the LogicalThreadExtensionsLogicalThreadAwaitableLogicalThreadAwaiter class.
Top
Properties
 NameDescription
Public propertyIsCompleted Gets whether a yield is not required.
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetResult Ends the await operation.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodOnCompleted Posts the continuation back to the current context.
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
Remarks
This type is intended for compiler use only.
See Also