Table of Contents

Interface ILatencyUpdateShardedGatewayHandler

Namespace
NetCord.Hosting.Gateway
Assembly
NetCord.Hosting.dll
public interface ILatencyUpdateShardedGatewayHandler : IShardedGatewayHandler

Methods

HandleAsync(GatewayClient, TimeSpan)

Handles the gateway event.

ValueTask HandleAsync(GatewayClient client, TimeSpan arg)

Parameters

client GatewayClient

The gateway client that represents the shard that received the event.

arg TimeSpan

The event argument.

Returns

ValueTask