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