DkmTransportConnection.ResumeAppPackage(DkmAppPackageId, Int32) 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.
Performs a simulated process lifetime management-based resume on the specified application. This is used by developers to test their app's resume handler.
public:
void ResumeAppPackage(Microsoft::VisualStudio::Debugger::DefaultPort::DkmAppPackageId ^ AppPackageId, int SessionId);
public:
void ResumeAppPackage(Microsoft::VisualStudio::Debugger::DefaultPort::DkmAppPackageId ^ AppPackageId, int SessionId);
void ResumeAppPackage(Microsoft::VisualStudio::Debugger::DefaultPort::DkmAppPackageId const & AppPackageId, int SessionId);
public void ResumeAppPackage (Microsoft.VisualStudio.Debugger.DefaultPort.DkmAppPackageId AppPackageId, int SessionId);
member this.ResumeAppPackage : Microsoft.VisualStudio.Debugger.DefaultPort.DkmAppPackageId * int -> unit
Public Sub ResumeAppPackage (AppPackageId As DkmAppPackageId, SessionId As Integer)
Parameters
- AppPackageId
- DkmAppPackageId
[In] Identifies a Windows Store app package or Windows Phone app package.
- SessionId
- Int32
[In] The id of the session where the application is running.