TransactionScopeContextCreate - метод
Создаёт область операции, в которой заданный контекст будет являться текущим.
Пространство имён: Tessa.Platform.DataСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public static IScopeContextInstance<ITransactionScopeContext> Create(
ITransactionScopeContext context
)
Public Shared Function Create (
context As ITransactionScopeContext
) As IScopeContextInstance(Of ITransactionScopeContext)
public:
static IScopeContextInstance<ITransactionScopeContext^>^ Create(
ITransactionScopeContext^ context
)
static member Create :
context : ITransactionScopeContext -> IScopeContextInstance<ITransactionScopeContext>
- context ITransactionScopeContext
- Контекст, для которого создаётся область операции.
IScopeContextInstanceITransactionScopeContextОбласть операции, в которой заданный контекст будет являться текущим.