ContactChangedDeferral ContactChangedDeferral ContactChangedDeferral ContactChangedDeferral Class

Definition

The deferral object to use while asynchronously processing ContactChanged events.

public : sealed class ContactChangedDeferral : IContactChangedDeferralpublic sealed class ContactChangedDeferral : IContactChangedDeferralPublic NotInheritable Class ContactChangedDeferral Implements IContactChangedDeferral// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

Call GetDeferral to get an instance of this class.

Methods

Complete() Complete() Complete() Complete()

Call this method in order to release the deferral object when all asynchronous processing has finished.

public : void Complete()public void Complete()Public Function Complete() As void// You can use this method in JavaScript.