ScopeHolderContextCreate - метод
Создаёт область удержания доступных контекстов
IScopeHolderContext.
Если область уже создана, то она не создаётся повторно. Обязательно заключите в
using результат вызова метода.
Пространство имён: Tessa.Platform.ScopesСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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.