Share via


IRelationalDatabaseCreator.CreateAsync(CancellationToken) Method

Definition

Asynchronously creates the physical database. Does not attempt to populate it with any schema.

public System.Threading.Tasks.Task CreateAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member CreateAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function CreateAsync (Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

cancellationToken
CancellationToken

A CancellationToken to observe while waiting for the task to complete.

Returns

A task that represents the asynchronous operation.

Exceptions

Applies to