Table of Contents

Method GetBuild

Namespace
GuildWars2.Chat
Assembly
GW2SDK.dll

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 Gw2Client

An API client to fetch the build.

language Language

The language to use for descriptions.

missingMemberBehavior MissingMemberBehavior

The desired behavior when JSON contains unexpected members.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<Build>

A task that represents the API request.