EmailMailboxChangedDeferral EmailMailboxChangedDeferral EmailMailboxChangedDeferral EmailMailboxChangedDeferral Class

Definition

Represents a deferred process that will halt a thread until the deferral is complete.

public : sealed class EmailMailboxChangedDeferral : IEmailMailboxChangedDeferralpublic sealed class EmailMailboxChangedDeferral : IEmailMailboxChangedDeferralPublic NotInheritable Class EmailMailboxChangedDeferral Implements IEmailMailboxChangedDeferral// 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 the GetDeferral method to get an instance of this class.

Methods

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

Indicates to waiting processes that the deferral is complete.

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