RestrictedAppContainer.LaunchAsync | launchAsync method
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
Create a new process inside the RestrictedAppContainer.
Syntax
restrictedAppContainer.launchAsync(communicationObject).done( /* Your success and error handlers */ );
public IAsyncAction LaunchAsync(
object communicationObject
)
Public Function LaunchAsync(
communicationObject As Object
) As IAsyncAction
public:
IAsyncAction^ LaunchAsync(
Object^ communicationObject
)
Parameters
communicationObject
Type: Object [JavaScript] | System.Object [.NET] | Platform::Object [C++]A communication object shared between the parent app container and the activated class inside the child process.
Return value
Type: IAsyncAction
An asynchronous handler called when the operation is complete.
Requirements (Windows 10 device family)
Device family |
Universal |
API contract |
Windows.Foundation.UniversalApiContract, introduced version 1.0 |
Namespace |
Windows.ApplicationModel.Core Windows::ApplicationModel::Core [C++] |
Metadata |
Windows.Foundation.UniversalApiContract.winmd |
Requirements (Windows 8.x and Windows Phone 8.x)
Minimum supported client |
None supported |
Minimum supported server |
None supported |
Minimum supported phone |
None supported |
Namespace |
Windows.ApplicationModel.Core Windows::ApplicationModel::Core [C++] |
Metadata |
Windows.winmd |