SaaS CMS has officially launched! Learn more now.

Interface IAsyncConnectionContext

This class supports the EPiServer infrastructure and is not intended to be used directly from your code.

Namespace: EPiServer.Data.Providers
Assembly: EPiServer.Data.dll
Version: 8.11.0
Syntax
public interface IAsyncConnectionContext : IConnectionContext

Methods

OpenConnectionAsync()

This class supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
Task OpenConnectionAsync()
Returns
Type Description
System.Threading.Tasks.Task

Extension Methods