ExtendedExecutionForegroundSession.RequestExtensionAsync 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.
Requests extended execution
public:
virtual IAsyncOperation<ExtendedExecutionForegroundResult> ^ RequestExtensionAsync() = RequestExtensionAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ExtendedExecutionForegroundResult> RequestExtensionAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ExtendedExecutionForegroundResult> RequestExtensionAsync();
function requestExtensionAsync()
Public Function RequestExtensionAsync () As IAsyncOperation(Of ExtendedExecutionForegroundResult)
Returns
The result of the request.
- Attributes
Windows requirements
App capabilities |
extendedExecutionBackgroundAudio
extendedExecutionCritical
extendedExecutionUnconstrained
|