public interface IScopeContextInstance<out TContext> : IScopeContextInstanceBase<TContext>,
IAsyncDisposable
Public Interface IScopeContextInstance(Of Out TContext)
Inherits IScopeContextInstanceBase(Of TContext), IAsyncDisposablegeneric<typename TContext>
public interface class IScopeContextInstance : IScopeContextInstanceBase<TContext>,
IAsyncDisposabletype IScopeContextInstance<'TContext> =
interface
interface IScopeContextInstanceBase<'TContext>
interface IAsyncDisposable
end| Context | Контекст, установленный внутри текущей операции. (Унаследован от IScopeContextInstanceBaseTContext) |
| Parent |
Информация по родительскому контексту
или null, если родительский контекст отсутствует.
(Унаследован от IScopeContextInstanceBaseTContext) |
| DisposeAsync | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. (Унаследован от IAsyncDisposable) |