Table of Contents

Method GetLockoutTimer

Namespace
GuildWars2.Wvw
Assembly
GW2SDK.dll

GetLockoutTimer(CancellationToken)

Retrieves the timer for the current WvW guild selection lockout.

public Task<(WvwTimer Value, MessageContext Context)> GetLockoutTimer(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<(WvwTimer Value, MessageContext Context)>

A task that represents the API request.