TessaViewServiceContextCreate - метод
Создаёт область операции, в которой заданный контекст будет являться текущим.
Пространство имён: Tessa.ViewsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public static IScopeContextInstance<ITessaViewServiceContext> Create(
ITessaViewServiceContext context
)
Public Shared Function Create (
context As ITessaViewServiceContext
) As IScopeContextInstance(Of ITessaViewServiceContext)
public:
static IScopeContextInstance<ITessaViewServiceContext^>^ Create(
ITessaViewServiceContext^ context
)
static member Create :
context : ITessaViewServiceContext -> IScopeContextInstance<ITessaViewServiceContext>
- context ITessaViewServiceContext
- Контекст, для которого создаётся область операции.
IScopeContextInstanceITessaViewServiceContextОбласть операции, в которой заданный контекст будет являться текущим.