Edit

Share via


ContextualSearchService.GetConfigurationAsync(UInt32) Method

Definition

Get information to hydrate a UI for the end user to choose what data from a game they want to use to filter or sort the broadcast

public Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.ContextualSearch.ContextualSearchConfiguredStat>> GetConfigurationAsync (uint titleId);
abstract member GetConfigurationAsync : uint32 -> Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.ContextualSearch.ContextualSearchConfiguredStat>>
override this.GetConfigurationAsync : uint32 -> Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.ContextualSearch.ContextualSearchConfiguredStat>>
Public Function GetConfigurationAsync (titleId As UInteger) As IAsyncOperation(Of IVectorView(Of ContextualSearchConfiguredStat))

Parameters

titleId
UInt32

The title ID.

Returns

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

The result contains information to hydrate a UI.

Implements

Microsoft.Xbox.Services.ContextualSearch.__IContextualSearchServicePublicNonVirtuals.GetConfigurationAsync(System.UInt32)

Remarks

Calls V1 GET /titles/{titleid}/configuration

Applies to