Share via


ChatHistoryAgentThread.CreateAsync(CancellationToken) Method

Definition

Creates the thread and returns the thread id.

public System.Threading.Tasks.Task CreateAsync(System.Threading.CancellationToken cancellationToken = default);
override this.CreateAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public 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.

Applies to