Show / Hide Table of Contents

Method OpenConnectionAsync

| Improve this Doc View Source

OpenConnectionAsync(CancellationToken)

Opens the database connection.

Declaration
public abstract Task OpenConnectionAsync(CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type Name Description
System.Threading.CancellationToken cancellationToken

The async cancellation token.

Returns
Type Description
System.Threading.Tasks.Task

The async task.

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