Edit

Share via


MultiplayerQuerySearchHandleRequest Class

Definition

Sets the search handle based on the configuration of this request.

[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.Xbox.Services.Multiplayer.__IMultiplayerQuerySearchHandleRequestFactory), 1)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class MultiplayerQuerySearchHandleRequest
type MultiplayerQuerySearchHandleRequest = class
    interface __IMultiplayerQuerySearchHandleRequestPublicNonVirtuals
Public NotInheritable Class MultiplayerQuerySearchHandleRequest
Inheritance
MultiplayerQuerySearchHandleRequest
Attributes
Windows.Foundation.Metadata.ActivatableAttribute Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.ThreadingAttribute Windows.Foundation.Metadata.VersionAttribute

Constructors

MultiplayerQuerySearchHandleRequest(String, String)

Creates a MultiplayerGetSearchHandleRequest object.

Properties

OrderAscending

The order to sort the search handles by.

OrderBy

The attribute to sort the search handles by. Valid values are "Timestamp desc", "Timestamp asc" or any Numbers search attribute followed by 'asc or 'desc' (ex: 'Numbers/gamerank asc')

SearchFilter

The filter to search for.

ServiceConfigurationId

The service configuration id that the sessions part of.

SessionTemplateName

The name of the template that the sessions part of.

SocialGroup

The social group to get the search handles for.

Applies to