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