Try our conversational search powered by Generative AI!

Interface IAsyncConnectionScope

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

Inherited Members
System.IDisposable.Dispose()
Namespace: EPiServer.Data.Providers
Assembly: EPiServer.Data.dll
Version: 8.11.0
Syntax
public interface IAsyncConnectionScope : IConnectionScope, IDisposable

Properties

Context

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

Declaration
IAsyncConnectionContext Context { get; }
Property Value
Type Description
IAsyncConnectionContext

Extension Methods