AclManagerOperationHandler - конструктор
Обработчик операции асинхронного расчёта ACL.
Пространство имён: Tessa.Extensions.Platform.Server.OperationsСборка: Tessa (в Tessa.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
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.