Table of Contents

Interface ILatencyUpdateGatewayHandler

Namespace
NetCord.Hosting.Gateway
Assembly
NetCord.Hosting.dll
public interface ILatencyUpdateGatewayHandler : IGatewayHandler

Methods

HandleAsync(TimeSpan)

Handles the gateway event.

ValueTask HandleAsync(TimeSpan arg)

Parameters

arg TimeSpan

The event argument.

Returns

ValueTask