SmartRoleManagerOperationHandler - конструктор
Обработчик операции асинхронного расчёта умных ролей.
Пространство имён: Tessa.Extensions.Platform.Server.OperationsСборка: Tessa (в Tessa.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
public SmartRoleManagerOperationHandler(
IOperationRepository operationRepository,
ISmartRoleUpdateManager smartRoleUpdateManager
)
Public Sub New (
operationRepository As IOperationRepository,
smartRoleUpdateManager As ISmartRoleUpdateManager
)
public:
SmartRoleManagerOperationHandler(
IOperationRepository^ operationRepository,
ISmartRoleUpdateManager^ smartRoleUpdateManager
)
new :
operationRepository : IOperationRepository *
smartRoleUpdateManager : ISmartRoleUpdateManager -> SmartRoleManagerOperationHandler
Параметры
- operationRepository IOperationRepository
Репозиторий, управляющий операциями.
- smartRoleUpdateManager ISmartRoleUpdateManager
Менеджер для перерасчёта умных ролей.