ICriticalNotifyCompletion Schnittstelle

Definition

Stellt ein awaiter-Element dar, das Fortsetzungen plant, wenn ein await-Vorgang abgeschlossen wird.

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

OnCompleted(Action)

Plant den Fortsetzungsvorgang, der aufgerufen wird, wenn die Instanz abgeschlossen wird.

(Geerbt von INotifyCompletion)
UnsafeOnCompleted(Action)

Plant den Fortsetzungsvorgang, der aufgerufen wird, wenn die Instanz abgeschlossen wird.

Gilt für: