Interface IEventDispatcher
- Namespace
- DSharpPlus.Clients
- Assembly
- DSharpPlus.dll
Represents a service dispatching events to registered event handlers.
public interface IEventDispatcher
Methods
- CreateEventWaiter<T>(Func<T, bool>, TimeSpan)
Creates a new event waiter for an event of the specified type.
- DispatchAsync<T>(DiscordClient, T)
Dispatches the given event.