AppInstance.RedirectActivationToAsync(AppActivationArguments) Method

Definition

Redirects the current activation request to another app instance.

public:
 virtual IAsyncAction ^ RedirectActivationToAsync(AppActivationArguments ^ args) = RedirectActivationToAsync;
/// [Windows.Foundation.Metadata.Experimental]
IAsyncAction RedirectActivationToAsync(AppActivationArguments const& args);
IAsyncAction RedirectActivationToAsync(AppActivationArguments const& args);
[Windows.Foundation.Metadata.Experimental]
public IAsyncAction RedirectActivationToAsync(AppActivationArguments args);
public IAsyncAction RedirectActivationToAsync(AppActivationArguments args);
function redirectActivationToAsync(args)
Public Function RedirectActivationToAsync (args As AppActivationArguments) As IAsyncAction

Parameters

args
AppActivationArguments

The activation arguments to pass to the other app instance.

Returns

An object that represents the results of the asynchronous operation.

Attributes

Applies to

See also