Share via


HistoryRepository.IHistoryRepository.CreateIfNotExistsAsync Method

Definition

System.Threading.Tasks.Task<bool> IHistoryRepository.CreateIfNotExistsAsync(System.Threading.CancellationToken cancellationToken);
abstract member Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository.CreateIfNotExistsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
override this.Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository.CreateIfNotExistsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Function CreateIfNotExistsAsync (cancellationToken As CancellationToken) As Task(Of Boolean) Implements IHistoryRepository.CreateIfNotExistsAsync

Parameters

cancellationToken
CancellationToken

Returns

Implements

Applies to