OperationLockingStrategy - конструктор
Создаёт экземпляр объекта с указанием его зависимостей.
Пространство имён: Tessa.Platform.OperationsСборка: Tessa (в Tessa.dll) Версия: 4.0.4
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
- Стратегия по управлению блокировками любых объектов.