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
MissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationToken
CancellationTokenA token to cancel the request.