SynchronousCompletionAsyncResult<T> Struct

Summary

A task-like operation that is guaranteed to finish continuations synchronously, can be used for parametrized one-shot events
Namespace
Avalonia.Utilities
Interfaces
  • INotifyCompletion
Base Types
  • object
  • ValueType
graph BT Type-->Base0["ValueType"] Base0-->Base1["object"] Type-.->Interface0["INotifyCompletion"] Type["SynchronousCompletionAsyncResult<T>"] class Type type-node

Syntax

public struct SynchronousCompletionAsyncResult<T> : ValueType, INotifyCompletion

Type Parameters

Name Description
T

Constructors

Properties

Name Value Summary
IsCompleted bool

Methods