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