ContentIsland.GetStateChangeDeferral Method

Definition

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.

Applies to

See also