Method GetGlyphs
- Namespace
- GuildWars2.Pve.Home
- Assembly
- GuildWars2.dll
GetGlyphs(MissingMemberBehavior, CancellationToken)
Retrieves all homestead glyphs.
public Task<(HashSet<Glyph> Value, MessageContext Context)> GetGlyphs(MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
missingMemberBehaviorMissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationTokenCancellationTokenA token to cancel the request.