Method InvokeAsync
- Namespace
- DSharpPlus.AsyncEvents
- Assembly
- DSharpPlus.dll
InvokeAsync(TSender, TArgs)
Raises this event, invoking all registered handlers in parallel.
public Task InvokeAsync(TSender sender, TArgs args)
Parameters
sender
TSenderThe instance that dispatched this event.
args
TArgsThe arguments passed to this event.