ConsoleLifetime.WaitForStartAsync(CancellationToken) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Chiamato all'inizio di , che attenderà fino al completamento prima di StartAsync(CancellationToken)continuare. Questo è utile per ritardare l'avvio fino al segnale trasmesso da un evento esterno.
public:
virtual System::Threading::Tasks::Task ^ WaitForStartAsync(System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task WaitForStartAsync (System.Threading.CancellationToken cancellationToken);
abstract member WaitForStartAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.WaitForStartAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function WaitForStartAsync (cancellationToken As CancellationToken) As Task
Parametri
- cancellationToken
- CancellationToken
Oggetto usato per indicare quando l'arresto non deve più essere normale.
Restituisce
Oggetto Task.
Implementazioni
Eccezioni
Il token di annullamento è stato annullato. Questa eccezione viene archiviata nell'attività restituita.
Commenti
Questa API supporta l'infrastruttura .NET e non può essere usata direttamente dal codice.