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