EventReceiverAwaiter<T> Struct
Namespace: Stride.Engine.Events
Assembly: Stride.Engine.dll
public struct EventReceiverAwaiter<T> : INotifyCompletion
Type Parameters
|
Improve this Doc
View Source
Constructors
EventReceiverAwaiter(TaskAwaiter<T>)
public EventReceiverAwaiter(TaskAwaiter<T> task)
Parameters
Type |
Name |
Description |
System.Runtime.CompilerServices.TaskAwaiter<T> |
task |
|
|
Improve this Doc
View Source
Properties
IsCompleted
public readonly bool IsCompleted { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Methods
GetResult()
Returns
OnCompleted(Action)
public void OnCompleted(Action continuation)
Parameters
Type |
Name |
Description |
System.Action |
continuation |
|
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Extension Methods