ContentIsland.GetStateChangeDeferral 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.
Retrieves a ContentDeferral object that enables asynchronous updates to individual properties without raising StateChanged events until the deferral is completed.
public:
virtual ContentDeferral ^ GetStateChangeDeferral() = GetStateChangeDeferral;
ContentDeferral GetStateChangeDeferral();
public ContentDeferral GetStateChangeDeferral();
function getStateChangeDeferral()
Public Function GetStateChangeDeferral () As ContentDeferral
Returns
A ContentDeferral object that enables asynchronous updates to individual properties.
Remarks
A ContentDeferral will be cancelled automatically in certain circumstances (such as when the ContentIsland is connected to a different ContentSite).
For more information on deferrals, see Asynchronous work and deferrals.