The documentation says about NotificationHubClient.GetRegistrationsByTagAsync(string tag, int top)
in Azure Push Notifications as below,
top (Int32) : The location where to get the registrations.
But I have no idea what top or location stands for.
An example I found use just 100
but no reason to use it.