Class BulkProgress
- Namespace
- GuildWars2
- Assembly
- GW2SDK.dll
Represents the progress of a bulk query.
public sealed record BulkProgress : IEquatable<BulkProgress>
- Inheritance
-
BulkProgress
- Implements
- Inherited Members
Constructors
- BulkProgress(int, int)
Represents the progress of a bulk query.
Properties
- ResultCount
The number of results already retrieved.
- ResultTotal
The total number of results on the server.