Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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