Table of Contents

Constructor BulkProgress

Namespace
GuildWars2
Assembly
GW2SDK.dll

BulkProgress(int, int)

Represents the progress of a bulk query.

public BulkProgress(int ResultTotal, int ResultCount)

Parameters

ResultTotal int

The total number of results on the server.

ResultCount int

The number of results already retrieved.