DataProviderDeferral.Complete Method

Definition

Informs a DataPackage that it is ready for processing.

public:
 virtual void Complete() = Complete;
void Complete();
public void Complete();
function complete()
Public Sub Complete ()

Remarks

For clipboard scenarios, your app must call Complete within 30 seconds of getting a deferral. For share scenarios, your app must call Complete within 6 minutes.

Be careful not to confuse this method with the DataRequestDeferral.Complete method that is used in share scenarios.

Applies to