AppInstance.RedirectActivationToAsync(AppActivationArguments) 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.
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
The activation arguments to pass to the other app instance.
Returns
An object that represents the results of the asynchronous operation.
- Attributes