Edit

Share via


MatchmakingService Class

Definition

Represents a service for matchmaking.

[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 MatchmakingService
type MatchmakingService = class
    interface __IMatchmakingServicePublicNonVirtuals
Public NotInheritable Class MatchmakingService
Inheritance
MatchmakingService
Attributes
Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.ThreadingAttribute Windows.Foundation.Metadata.VersionAttribute

Methods

CreateMatchTicketAsync(MultiplayerSessionReference, String, String, TimeSpan, PreserveSessionMode, String)

Sends a matchmaking request to the server and returns the match ticket with a ticket id.

DeleteMatchTicketAsync(String, String, String)

Deletes a the match ticket on the server.

GetHopperStatisticsAsync(String, String)

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

GetMatchTicketDetailsAsync(String, String, String)

Retrieves the properties of a match ticket from the server.

Applies to