ScopeHolderContextCreate - метод
Создаёт область удержания доступных контекстов
IScopeHolderContext.
Если область уже создана, то она не создаётся повторно. Обязательно заключите в
await using результат вызова метода.
Пространство имён: Tessa.Platform.ScopesСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public static IInheritableScopeInstance<IScopeHolderContext> Create()
Public Shared Function Create As IInheritableScopeInstance(Of IScopeHolderContext)
public:
static IInheritableScopeInstance<IScopeHolderContext^>^ Create()
static member Create : unit -> IInheritableScopeInstance<IScopeHolderContext>
Возвращаемое значение
IInheritableScopeInstanceIScopeHolderContextОбласть удержания доступных контекстов
IScopeHolderContext.