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