Method GetBuild
- Namespace
- GuildWars2.Chat
- Assembly
- GuildWars2.dll
GetBuild(Gw2Client, Language?, MissingMemberBehavior, CancellationToken)
Gets the build represented by this chat link.
public Task<Build> GetBuild(Gw2Client gw2Client, Language? language = null, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
gw2ClientGw2ClientAn API client to fetch the build.
languageLanguageThe language to use for descriptions.
missingMemberBehaviorMissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationTokenCancellationTokenA token to cancel the request.