Method GetLegends
- Namespace
- GuildWars2.Hero.Builds
- Assembly
- GW2SDK.dll
GetLegends(MissingMemberBehavior, CancellationToken)
Retrieves all Revenant legends.
public Task<(HashSet<Legend> Value, MessageContext Context)> GetLegends(MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
missingMemberBehavior
MissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationToken
CancellationTokenA token to cancel the request.