ICriticalNotifyCompletion Schnittstelle

Definition

Stellt einen Awaiter dar, der Fortsetzungen plant, wenn ein Await-Vorgang abgeschlossen ist.

public interface class ICriticalNotifyCompletion : System::Runtime::CompilerServices::INotifyCompletion
public interface ICriticalNotifyCompletion : System.Runtime.CompilerServices.INotifyCompletion
type ICriticalNotifyCompletion = interface
    interface INotifyCompletion
Public Interface ICriticalNotifyCompletion
Implements INotifyCompletion
Abgeleitet
Implementiert

Methoden

Name Beschreibung
OnCompleted(Action)

Plant die Fortsetzungsaktion, die aufgerufen wird, wenn die Instanz abgeschlossen ist.

(Geerbt von INotifyCompletion)
UnsafeOnCompleted(Action)

Plant die Fortsetzungsaktion, die aufgerufen wird, wenn die Instanz abgeschlossen ist.

Gilt für: