Struct EventBusBase.SynchronizationContextRemover
Implements
System.Runtime.CompilerServices.INotifyCompletion
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
object.GetType()
object.Equals(object, object)
object.ReferenceEquals(object, object)
Namespace: Volo.Abp.EventBus
Assembly: Volo.Abp.EventBus.dll
Syntax
protected struct EventBusBase.SynchronizationContextRemover : INotifyCompletion
Properties
IsCompleted
Declaration
public bool IsCompleted { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
GetAwaiter()
Declaration
public EventBusBase.SynchronizationContextRemover GetAwaiter()
Returns
| Type | Description |
|---|---|
| EventBusBase.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