ShareOperation.ReportSubmittedBackgroundTask Method

Definition

Specifies that the app has requested that the system allow the sharing operation to run as a background task.

public:
 virtual void ReportSubmittedBackgroundTask() = ReportSubmittedBackgroundTask;
void ReportSubmittedBackgroundTask();
/// [Windows.Foundation.Metadata.Deprecated("ReportSubmittedBackgroundTask is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.Foundation.UniversalApiContract")]
void ReportSubmittedBackgroundTask();
public void ReportSubmittedBackgroundTask();
[Windows.Foundation.Metadata.Deprecated("ReportSubmittedBackgroundTask is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.Foundation.UniversalApiContract")]
public void ReportSubmittedBackgroundTask();
function reportSubmittedBackgroundTask()
Public Sub ReportSubmittedBackgroundTask ()
Attributes

Remarks

Note

This method does nothing when called on Windows Phone 8.1.

Applies to