MatchmakingService.DeleteMatchTicketAsync(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes a the match ticket on the server.
public Windows.Foundation.IAsyncAction DeleteMatchTicketAsync (string serviceConfigurationId, string hopperName, string ticketId);
abstract member DeleteMatchTicketAsync : string * string * string -> Windows.Foundation.IAsyncAction
override this.DeleteMatchTicketAsync : string * string * string -> Windows.Foundation.IAsyncAction
Public Function DeleteMatchTicketAsync (serviceConfigurationId As String, hopperName As String, ticketId As String) As IAsyncAction
Parameters
- serviceConfigurationId
- String
The service config id that is specific for the title.
- hopperName
- String
The name of the hopper where the match ticket is located.
- ticketId
- String
The id of the ticket to delete on the server.
Returns
Windows.Foundation.IAsyncAction
The async object for notifying when the operation has been completed.
Implements
Microsoft.Xbox.Services.Matchmaking.__IMatchmakingServicePublicNonVirtuals.DeleteMatchTicketAsync(System.String,System.String,System.String)
Remarks
Calls V103 DELETE /serviceconfigs/{serviceConfigId}/hoppers/{hopperName}/tickets/{ticketId}