FileContentHelperDeleteTokensAsync - метод

Delete content access tokens with given IDs.

Definition

Пространство имён: Tessa.Content.Files
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public static Task DeleteTokensAsync(
	IDbScope dbScope,
	IList<Guid> ids,
	CancellationToken cancellationToken = default
)

Параметры

dbScope  IDbScope
Объект для взаимодействия с базой данных. Определяет область видимости объекта DbManager.
ids  IListGuid
Token identifiers.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

Task

См. также