Share via


AgentThread.CreateAsync(CancellationToken) Method

Definition

Creates the thread and returns the thread id.

protected internal virtual System.Threading.Tasks.Task CreateAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member CreateAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.CreateAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Friend Overridable Function CreateAsync (Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

cancellationToken
CancellationToken

The CancellationToken to monitor for cancellation requests. The default is None.

Returns

A task that completes when the thread has been created.

Exceptions

The thread has been deleted.

Applies to