mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
Using Code from EFPerformanceBucket for references
This commit is contained in:
@ -45,9 +45,9 @@ namespace SharedLibraryCore.Interfaces
|
||||
/// Retrieves the number of ranked clients for given server id
|
||||
/// </summary>
|
||||
/// <param name="serverId">ServerId to query on</param>
|
||||
/// <param name="performanceBucket"></param>
|
||||
/// <param name="performanceBucketCode"></param>
|
||||
/// <param name="token">CancellationToken</param>
|
||||
/// <returns></returns>
|
||||
Task<int> RankedClientsCountAsync(long? serverId = null, string performanceBucket = null, CancellationToken token = default);
|
||||
Task<int> RankedClientsCountAsync(long? serverId = null, string performanceBucketCode = null, CancellationToken token = default);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user