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 SourceIsCompleted
Declaration
public bool IsCompleted { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceGetAwaiter()
Declaration
public SynchronizationContextRemover GetAwaiter()
Returns
Type | Description |
---|---|
SynchronizationContextRemover |
GetResult()
Declaration
public void GetResult()
OnCompleted(Action)
Declaration
public void OnCompleted(Action continuation)
Parameters
Type | Name | Description |
---|---|---|
System.Action | continuation |
Implements
System.Runtime.CompilerServices.INotifyCompletion