IPackageDebugSettings::StartServicing method
Suspends and terminates the non-background portion of the apps associated with the specified package and cancels the background tasks associated with the package.
Syntax
HRESULT StartServicing(
[in] LPCWSTR packageFullName
);
Parameters
- packageFullName [in]
-
The package full name.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
Use the StartServicing method to simulate what happens when a package is updated to a newer version. New background task activations are buffered (delayed) until you call the StopServicing method.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also
Show: