BackgroundService.StartAsync(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.
Oggetto attivato quando l'host applicazione è pronto per l'avvio del servizio.
public:
virtual System::Threading::Tasks::Task ^ StartAsync(System::Threading::CancellationToken cancellationToken);
public virtual System.Threading.Tasks.Task StartAsync (System.Threading.CancellationToken cancellationToken);
abstract member StartAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.StartAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function StartAsync (cancellationToken As CancellationToken) As Task
Parametri
- cancellationToken
- CancellationToken
Indica che il processo di avvio è stato interrotto.
Restituisce
Oggetto Task che rappresenta l'operazione di avvio asincrona.
Implementazioni
Eccezioni
Il token di annullamento è stato annullato. Questa eccezione viene archiviata nell'attività restituita.