Method GetRaidsByIds
- Namespace
- GuildWars2.Pve.Raids
- Assembly
- GuildWars2.dll
GetRaidsByIds(IEnumerable<string>, MissingMemberBehavior, CancellationToken)
Retrieves raids by their IDs.
public Task<(HashSet<Raid> Value, MessageContext Context)> GetRaidsByIds(IEnumerable<string> raidIds, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
raidIdsIEnumerable<string>The raid IDs.
missingMemberBehaviorMissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationTokenCancellationTokenA token to cancel the request.