Method GetGlyphsByIds
- Namespace
- GuildWars2.Pve.Home
- Assembly
- GW2SDK.dll
GetGlyphsByIds(IEnumerable<string>, MissingMemberBehavior, CancellationToken)
Retrieves homestead glyphs by their IDs.
public Task<(HashSet<Glyph> Value, MessageContext Context)> GetGlyphsByIds(IEnumerable<string> glyphIds, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
glyphIds
IEnumerable<string>The glyph IDs.
missingMemberBehavior
MissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationToken
CancellationTokenA token to cancel the request.