Method GetMapChests
- Namespace
- GuildWars2.Pve.MapChests
- Assembly
- GuildWars2.dll
GetMapChests(MissingMemberBehavior, CancellationToken)
Retrieves all map chests.
public Task<(HashSet<MapChest> Value, MessageContext Context)> GetMapChests(MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
missingMemberBehaviorMissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationTokenCancellationTokenA token to cancel the request.