Provides info about an app suspending operation.
Syntax
var suspendingOperation = Windows.ApplicationModel.SuspendingEventArgs.suspendingOperation();
Attributes
- MarshalingBehaviorAttribute(Agile)
- VersionAttribute(NTDDI_WIN8)
Members
The SuspendingOperation class has these types of members:
Methods
The SuspendingOperation class has these methods. With C#, Visual Basic, and C++, it also inherits methods from the Object class.
| Method | Description |
|---|---|
| GetDeferral | Requests that the app suspending operation be delayed. |
Properties
The SuspendingOperation class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only | Gets the time remaining before a delayed app suspending operation continues. |
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
- SuspendingEventArgs.SuspendingOperation
- Guidelines for app suspend and resume
- For C#/C++/XAML
- SuspendingEventArgs
- SuspendingOperation
- SuspendingOperation.GetDeferral
- How to suspend an app (Windows Store apps using C#/VB/C++ and XAML)
- For Javascript
- suspendingEventArgs
- suspendingOperation
- suspendingOperation.getDeferral
- How to suspend an app (Windows Store apps using JavaScript and HTML)
Build date: 2/25/2013