Method GetMapChestsByIds
- Namespace
- GuildWars2.Pve.MapChests
- Assembly
- GuildWars2.dll
GetMapChestsByIds(IEnumerable<string>, MissingMemberBehavior, CancellationToken)
Retrieves map chests by their IDs.
public Task<(HashSet<MapChest> Value, MessageContext Context)> GetMapChestsByIds(IEnumerable<string> mapChestIds, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
mapChestIdsIEnumerable<string>The map chest IDs.
missingMemberBehaviorMissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationTokenCancellationTokenA token to cancel the request.