Edit

Share via


GameServerPlatformService.GetQualityOfServiceServersAsync Method

Definition

Retrieves a collection of Quality of Service (QoS) servers.

public Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.GameServerPlatform.QualityOfServiceServer>> GetQualityOfServiceServersAsync ();
abstract member GetQualityOfServiceServersAsync : unit -> Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.GameServerPlatform.QualityOfServiceServer>>
override this.GetQualityOfServiceServersAsync : unit -> Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.GameServerPlatform.QualityOfServiceServer>>
Public Function GetQualityOfServiceServersAsync () As IAsyncOperation(Of IVectorView(Of QualityOfServiceServer))

Returns

Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<QualityOfServiceServer>>

A collection of QualityOfServiceServer objects.

Implements

Microsoft.Xbox.Services.GameServerPlatform.__IGameServerPlatformServicePublicNonVirtuals.GetQualityOfServiceServersAsync

Remarks

Calls V1 GET /qosservers/

Applies to