ICriticalNotifyCompletion Schnittstelle
Definition
Stellt einen Awaiter dar, der Fortsetzungen plant, wenn ein Await-Vorgang beendet wird.Represents an awaiter that schedules continuations when an await operation completes.
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.Schedules the continuation action that's invoked when the instance completes. (Geerbt von INotifyCompletion) |
UnsafeOnCompleted(Action) |
Plant den Fortsetzungsvorgang, der aufgerufen wird, wenn die Instanz abgeschlossen wird.Schedules the continuation action that's invoked when the instance completes. |