ContentDeferral.Complete Method

Definition

Ends the deferral and lets state changes in a ContentIsland proceed.

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

Remarks

If there are multiple deferrals for the same state change, they all have to complete before the state change can proceed.

A ContentDeferral will be cancelled automatically in certain circumstances (such as when the ContentIsland is connected to a different ContentSite).

Note

This object has thread affinity and needs to be completed on the UI thread of the owner (unlike Windows.Foundation.Deferral).

For more information on deferrals, see Asynchronous work and deferrals.

Applies to

See also