Edit

Share via


MatchmakingService.GetHopperStatisticsAsync(String, String) Method

Definition

Gets statistics about a hopper such as how many players are in it.

public Windows.Foundation.IAsyncOperation<Microsoft.Xbox.Services.Matchmaking.HopperStatisticsResponse> GetHopperStatisticsAsync (string serviceConfigurationId, string hopperName);
abstract member GetHopperStatisticsAsync : string * string -> Windows.Foundation.IAsyncOperation<Microsoft.Xbox.Services.Matchmaking.HopperStatisticsResponse>
override this.GetHopperStatisticsAsync : string * string -> Windows.Foundation.IAsyncOperation<Microsoft.Xbox.Services.Matchmaking.HopperStatisticsResponse>
Public Function GetHopperStatisticsAsync (serviceConfigurationId As String, hopperName As String) As IAsyncOperation(Of HopperStatisticsResponse)

Parameters

serviceConfigurationId
String

The service config id that is specific for the title.

hopperName
String

The name of the hopper to query stats for.

Returns

Windows.Foundation.IAsyncOperation<HopperStatisticsResponse>

The async object for notifying when the operation is completed. With the handler, an object containing statistics about the hopper is returned.

Implements

Microsoft.Xbox.Services.Matchmaking.__IMatchmakingServicePublicNonVirtuals.GetHopperStatisticsAsync(System.String,System.String)

Remarks

Calls V103 GET /serviceconfigs/{serviceConfigId}/hoppers/{hopperName}/stats

Applies to