Table of Contents

Constructor SingleShardOrchestrator

Namespace
DSharpPlus.Clients
Assembly
DSharpPlus.dll

SingleShardOrchestrator(IGatewayClient, DiscordRestApiClientFactory, IPayloadDecompressor, ILogger<IShardOrchestrator>)

Creates a new instance of this type.

public SingleShardOrchestrator(IGatewayClient gatewayClient, DiscordRestApiClientFactory apiClientFactory, IPayloadDecompressor decompressor, ILogger<IShardOrchestrator> logger)

Parameters

gatewayClient IGatewayClient
apiClientFactory DiscordRestApiClientFactory
decompressor IPayloadDecompressor
logger ILogger<IShardOrchestrator>