CurrentAppSimulator.ReloadSimulatorAsync Method

Reloads the simulator.

Syntax

public:
static IAsyncAction^ ReloadSimulatorAsync(
         String^ simulatorSettingsFilePath
)  

Parameters

simulatorSettingsFilePath
Type: String 

 File path to the simulator settings.

Return value

Type: 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.

Requirements

Namespace: Windows.ApplicationModel.Store

Metadata: windows.winmd

See also

Reference

CurrentAppSimulator Class

CurrentAppSimulator Members

Windows.ApplicationModel.Store Namespace