Экземпляр для наследуемой области видимости объекта заданного типа. Область видимости существует в контексте текущего потока.
Наследуемость определяется тем, что во вложенных областях видимости возвращается тот же объект, что был создан для внешней области видимости.
public interface IInheritableScopeInstance<out T> : IAsyncDisposable
where T : class
Public Interface IInheritableScopeInstance(Of Out T As Class)
Inherits IAsyncDisposable
generic<typename T>
where T : ref class
public interface class IInheritableScopeInstance : IAsyncDisposable
type IInheritableScopeInstance<'T when 'T : not struct> =
interface
interface IAsyncDisposable
end
Value | Значение, область видимости которого определяется. |
DisposeAsync | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. (Унаследован от IAsyncDisposable) |