Method GetGlyphsByIds
- Namespace
- GuildWars2.Pve.Home
- Assembly
- GuildWars2.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
glyphIdsIEnumerable<string>The glyph IDs.
missingMemberBehaviorMissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationTokenCancellationTokenA token to cancel the request.