EventDeferral Class

Definition

Deferral handle provided by a DeferredEventArgs.

public class EventDeferral : IDisposable
type EventDeferral = class
    interface IDisposable
Public Class EventDeferral
Implements IDisposable
Inheritance
EventDeferral
Implements

Methods

Complete()

Call when finished with the Deferral.

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

WaitForCompletion(CancellationToken)
Obsolete.

Waits for the EventDeferral to be completed by the event handler.

Applies to