Namespace DisCatSharp.Hosting
Classes
BaseHostedService
Contains the common logic between having a DiscordClient or DiscordShardedClient as a Hosted Service
DiscordHostedService
Simple implementation for DiscordClient to work as a Microsoft.Extensions.Hosting.BackgroundService
DiscordShardedHostedService
Simple Implementation for DiscordShardedClient to work as a Microsoft.Extensions.Hosting.BackgroundService
Interfaces
IDiscordHostedService
Contract required for DiscordClient to work in a web hosting environment
IDiscordHostedShardService
Contract required for DiscordShardedClient to work in a web hosting environment