Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 816 Bytes

datarequestdeferral.md

File metadata and controls

25 lines (16 loc) · 816 Bytes
-api-id -api-type
T:Windows.ApplicationModel.DataTransfer.DataRequestDeferral
winrt class

Windows.ApplicationModel.DataTransfer.DataRequestDeferral

-description

Enables you to exchange content with a target app asynchronously.

-remarks

You get an instance of the DataRequestDeferral class when you call the getDeferral method of a DataPackage.

-examples

This example shows how to get a DataRequestDeferral object as part of sharing an image with a target app.

[!code-csharpHowToShareImage]

-see-also