Table of Contents

Class GatewayEventHandlerHostExtensions

Namespace
NetCord.Hosting.Gateway
Assembly
NetCord.Hosting.dll
public static class GatewayEventHandlerHostExtensions
Inheritance
GatewayEventHandlerHostExtensions
Inherited Members

Methods

UseGatewayEventHandlers(IHost)

Registers all IGatewayEventHandler services to the GatewayClient.

public static IHost UseGatewayEventHandlers(this IHost host)

Parameters

host IHost

The IHost instance.

Returns

IHost

The IHost instance.

UseShardedGatewayEventHandlers(IHost)

Registers all IShardedGatewayEventHandler services to the ShardedGatewayClient.

public static IHost UseShardedGatewayEventHandlers(this IHost host)

Parameters

host IHost

The IHost instance.

Returns

IHost

The IHost instance.