SmartRoleManagerOperationHandler - конструктор
Обработчик операции асинхронного расчёта умных ролей.
Пространство имён: Tessa.Extensions.Platform.Server.OperationsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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
Менеджер для перерасчёта умных ролей.