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