Show / Hide Table of Contents

Struct SynchronizationContextRemover

Implements
System.Runtime.CompilerServices.INotifyCompletion
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: MingweiSamuel.Camille.Util
Assembly: Camille.dll
Syntax
public struct SynchronizationContextRemover : INotifyCompletion

Properties

| Improve this Doc View Source

IsCompleted

Declaration
public bool IsCompleted { get; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

GetAwaiter()

Declaration
public SynchronizationContextRemover GetAwaiter()
Returns
Type Description
SynchronizationContextRemover
| Improve this Doc View Source

GetResult()

Declaration
public void GetResult()
| Improve this Doc View Source

OnCompleted(Action)

Declaration
public void OnCompleted(Action continuation)
Parameters
Type Name Description
System.Action continuation

Implements

System.Runtime.CompilerServices.INotifyCompletion
  • Improve this Doc
  • View Source
Back to top Generated by DocFX