ActivatedOperation class

1 out of 1 rated this helpful - Rate this topic

Manages an app activation operation.

Syntax


var activatedOperation = promise.operation;

Attributes

MarshalingBehaviorAttribute(Standard)
VersionAttribute(NTDDI_WIN8)

Members

The ActivatedOperation class has these types of members:

Methods

The ActivatedOperation class has these methods.

MethodDescription
GetDeferral Requests that the completion of app activation be delayed.

 

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

Windows.winmd

See also

Tasks
How to handle app activation
Reference
ActivatedOperation.getDeferral
ActivatedDeferral
Samples
App activated, resume, and suspend using the WRL sample

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.