Show / Hide Table of Contents

Method CreateMockDbAsync

| Improve this Doc View Source

CreateMockDbAsync(CancellationToken)

Creates mock database.

Declaration
protected abstract Task<object> CreateMockDbAsync(CancellationToken ct)
Parameters
Type Name Description
System.Threading.CancellationToken ct

The async cancellation token.

Returns
Type Description
System.Threading.Tasks.Task<System.Object>

A tag object which will be passed to GetMockTableName(String, Object).

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest