Method GetDungeons
- Namespace
- GuildWars2.Pve.Dungeons
- Assembly
- GW2SDK.dll
GetDungeons(MissingMemberBehavior, CancellationToken)
Retrieves all dungeons.
public Task<(HashSet<Dungeon> Value, MessageContext Context)> GetDungeons(MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
missingMemberBehavior
MissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationToken
CancellationTokenA token to cancel the request.