ActivatedDeferral class
Manages delayed activation for an app.
Syntax
var activatedDeferral = Windows.UI.WebUI.ActivatedOperation.getDeferral();
Attributes
- MarshalingBehaviorAttribute(Standard)
- VersionAttribute(NTDDI_WIN8)
Members
The ActivatedDeferral class has these types of members:
Methods
The ActivatedDeferral class has these methods.
| Method | Description |
|---|---|
| Complete | Notifies the system that the app has set up its state and initial UI and is ready to be displayed. |
Remarks
Note : This class is not agile, which means that you need to consider its threading model and marshaling behavior. For more info, see Threading and Marshaling (C++/CX).
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
Windows.UI.WebUI |
|
Metadata |
|
See also
- Tasks
- How to handle app activation
- Reference
- ActivatedOperation.getDeferral
- Samples
- App activated, resume, and suspend using the WRL sample
Build date: 12/4/2012
