Table of Contents

Method GetHeartsByIds

Namespace
GuildWars2.Exploration
Assembly
GW2SDK.dll

GetHeartsByIds(int, int, int, int, IEnumerable<int>, Language?, MissingMemberBehavior, CancellationToken)

Retrieves hearts by their IDs.

public Task<(HashSet<Heart> Value, MessageContext Context)> GetHeartsByIds(int continentId, int floorId, int regionId, int mapId, IEnumerable<int> heartIds, Language? language = null, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)

Parameters

continentId int

The continent ID.

floorId int

The floor ID.

regionId int

The region ID.

mapId int

The map ID.

heartIds IEnumerable<int>

The heart IDs.

language Language

The language to use for descriptions.

missingMemberBehavior MissingMemberBehavior

The desired behavior when JSON contains unexpected members.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<(HashSet<Heart> Value, MessageContext Context)>

A task that represents the API request.