OperationLockingStrategy - конструктор
Объект, управляющий блокировками операций.
Пространство имён: Tessa.Platform.OperationsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public OperationLockingStrategy(
IOperationRepository operationRepository,
IObjectLockingStrategy objectLockingStrategy
)
Public Sub New (
operationRepository As IOperationRepository,
objectLockingStrategy As IObjectLockingStrategy
)
public:
OperationLockingStrategy(
IOperationRepository^ operationRepository,
IObjectLockingStrategy^ objectLockingStrategy
)
new :
operationRepository : IOperationRepository *
objectLockingStrategy : IObjectLockingStrategy -> OperationLockingStrategy
Параметры
- operationRepository IOperationRepository
Репозиторий, управляющий операциями.
- objectLockingStrategy IObjectLockingStrategy
Стратегия по управлению блокировками любых объектов.