SmartRoleGetOwnersStrategyBaseTGetOwnersAsync - метод
Производит получение владельцев умных ролей для перерасчёта.
Пространство имён: Tessa.Roles.SmartRoles.Manager.StrategiesСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public ValueTask<ISmartRoleGetOwnersStrategyResult> GetOwnersAsync(
ISmartRoleUpdateManagerContext context
)
Public Function GetOwnersAsync (
context As ISmartRoleUpdateManagerContext
) As ValueTask(Of ISmartRoleGetOwnersStrategyResult)
public:
virtual ValueTask<ISmartRoleGetOwnersStrategyResult^> GetOwnersAsync(
ISmartRoleUpdateManagerContext^ context
) sealed
abstract GetOwnersAsync :
context : ISmartRoleUpdateManagerContext -> ValueTask<ISmartRoleGetOwnersStrategyResult>
override GetOwnersAsync :
context : ISmartRoleUpdateManagerContext -> ValueTask<ISmartRoleGetOwnersStrategyResult>
- context ISmartRoleUpdateManagerContext
- Контекст обработки запроса на перерасчёт умных ролей.
ValueTaskISmartRoleGetOwnersStrategyResultРезультат обработки, содержащий список идентификаторов владельцев умных ролей.
ISmartRoleGetOwnersStrategyGetOwnersAsync(ISmartRoleUpdateManagerContext)