Method GetGlyphById
- Namespace
- GuildWars2.Pve.Home
- Assembly
- GW2SDK.dll
GetGlyphById(string, MissingMemberBehavior, CancellationToken)
Retrieves a homestead glyph by its ID.
public Task<(Glyph Value, MessageContext Context)> GetGlyphById(string glyphId, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
glyphId
stringThe glyph ID.
missingMemberBehavior
MissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationToken
CancellationTokenA token to cancel the request.
Returns
- Task<(Glyph Value, MessageContext Context)>
A task that represents the API request.