Table of Contents

Method GetGlyphsByPage

Namespace
GuildWars2.Pve.Home
Assembly
GW2SDK.dll

GetGlyphsByPage(int, int?, MissingMemberBehavior, CancellationToken)

Retrieves a page of homestead glyphs.

public Task<(HashSet<Glyph> Value, MessageContext Context)> GetGlyphsByPage(int pageIndex, int? pageSize, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)

Parameters

pageIndex int

How many pages to skip. The first page starts at 0.

pageSize int?

How many entries to take.

missingMemberBehavior MissingMemberBehavior

The desired behavior when JSON contains unexpected members.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<(HashSet<Glyph> Value, MessageContext Context)>

A task that represents the API request.