Table of Contents

Method GetGlyphs

Namespace
GuildWars2.Pve.Home
Assembly
GW2SDK.dll

GetGlyphs(MissingMemberBehavior, CancellationToken)

Retrieves all homestead glyphs.

public Task<(HashSet<Glyph> Value, MessageContext Context)> GetGlyphs(MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)

Parameters

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.