Deferral.Close Method

Definition

If the DeferralCompletedHandler has not yet been invoked, this will call it and drop the reference to the delegate.

public:
 virtual void Close() = Close;
void Close();
// This member is not implemented in C#
function close()
' This member is not implemented in VB.NET

Implements

M:Windows.Foundation.IClosable.Close M:System.IDisposable.Close

Remarks

If the DeferralCompletedHandler has not yet been invoked, this will call it and drop the reference to the delegate. Otherwise, since Close must be safe to call multiple times, this will simply succeed without doing anything.

Applies to

See also