Edit

Share via


MultiplayerService.ClearActivityAsync(String) Method

Definition

Clears the user's current activity session for the specified service configuration ID.

public Windows.Foundation.IAsyncAction ClearActivityAsync (string serviceConfigurationId);
abstract member ClearActivityAsync : string -> Windows.Foundation.IAsyncAction
override this.ClearActivityAsync : string -> Windows.Foundation.IAsyncAction
Public Function ClearActivityAsync (serviceConfigurationId As String) As IAsyncAction

Parameters

serviceConfigurationId
String

A string containing the service configuration ID in which to clear activity.

Returns

Windows.Foundation.IAsyncAction

Returns an IAsyncAction object that represents the state of the asynchronous operation. Completion of the asynchronous operation is signaled by using a handler that is passed to the IAsyncAction.Completed property.

Implements

Microsoft.Xbox.Services.Multiplayer.__IMultiplayerServicePublicNonVirtuals.ClearActivityAsync(System.String)

Applies to