INotifyCompletion Interface

Definition

Represents an operation that schedules continuations when it completes.

public interface class INotifyCompletion
public interface INotifyCompletion
type INotifyCompletion = interface
Public Interface INotifyCompletion
Derived

Methods

OnCompleted(Action)

Schedules the continuation action that's invoked when the instance completes.

Applies to

See also