RoleRepositoryInsertDeputiesAsync - метод |
Добавляет несколько записей о замещениях на роли.
Пространство имён:
Tessa.Roles
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public Task InsertDeputiesAsync(
IEnumerable<RoleDeputyRecord> deputies,
CancellationToken cancellationToken = default
)
Public Function InsertDeputiesAsync (
deputies As IEnumerable(Of RoleDeputyRecord),
Optional cancellationToken As CancellationToken = Nothing
) As Task
public:
virtual Task^ InsertDeputiesAsync(
IEnumerable<RoleDeputyRecord^>^ deputies,
CancellationToken cancellationToken = CancellationToken()
) sealed
abstract InsertDeputiesAsync :
deputies : IEnumerable<RoleDeputyRecord> *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task
override InsertDeputiesAsync :
deputies : IEnumerable<RoleDeputyRecord> *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task
Параметры
- deputies
- Тип: System.Collections.GenericIEnumerableRoleDeputyRecord
Записи о замещениях на роли. - cancellationToken (Optional)
- Тип: System.ThreadingCancellationToken
Объект, посредством которого можно отменить асинхронную задачу.
Возвращаемое значение
Тип:
TaskАсинхронная задача.
Реализации
IRoleRepositoryInsertDeputiesAsync(IEnumerableRoleDeputyRecord, CancellationToken)См. также