AsyncDelegateFuture public abstract class AsyncDelegateFuture : Future<Task> Future representing asynchronous execution of multiple delegates. Documentation Code public struct Awaiter : INotifyCompletion Represents object that is used to monitor the completion of an asynchronous operation. public Awaiter GetAwaiter() Retrieves awaiter.