LdapUnitProviderUpdateRoleMembersAsync - метод

Обновляет список участников роли.

Definition

Пространство имён: Tessa.Extensions.Platform.Server.AdSync
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
public Task UpdateRoleMembersAsync(
	Card card,
	List<Guid>? newUsersList,
	RoleType type,
	CancellationToken cancellationToken = default
)

Параметры

card  Card
Карточка роли.
newUsersList  ListGuid
Список пользователей, которых необходимо добавить в роль.
type  RoleType
Тип роли.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

Возвращаемое значение

Task
Represents an asynchronous operation.

Реализации

ILdapUnitProviderUpdateRoleMembersAsync(Card, ListGuid, RoleType, CancellationToken)

См. также