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