Method GetBuild
- Namespace
- GuildWars2.Chat
- Assembly
- GW2SDK.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
gw2Client
Gw2ClientAn API client to fetch the build.
language
LanguageThe language to use for descriptions.
missingMemberBehavior
MissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationToken
CancellationTokenA token to cancel the request.