ContentDeferral.Complete 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.
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 Deferral).
For more information on deferrals, see Asynchronous work and deferrals.