Table of Contents

Property CompletionSource

Namespace
DSharpPlus.Clients
Assembly
DSharpPlus.dll

CompletionSource

An awaitable task completion source for this event waiter.

public required TaskCompletionSource<EventWaiterResult<T>> CompletionSource { get; init; }

Property Value

TaskCompletionSource<EventWaiterResult<T>>

Remarks

Do not manipulate this manually - it is exposed for implementers of IEventDispatcher.