Method GetGuildsByName
- Namespace
- GuildWars2.Guilds
- Assembly
- GuildWars2.dll
GetGuildsByName(string, CancellationToken)
Retrieves a list of guild IDs that match the given name.
public Task<(IImmutableValueSet<string> Value, MessageContext Context)> GetGuildsByName(string name, CancellationToken cancellationToken = default)
Parameters
namestringThe name to search for.
cancellationTokenCancellationTokenA token to cancel the request.
Returns
- Task<(IImmutableValueSet<string> Value, MessageContext Context)>
A task that represents the API request.