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