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