IAvatarGeneratedContentCacheInvalidateAsync - метод

Invalidates (removes) the cached avatar content for the entity identified by id and kind.

Definition

Пространство имён: Tessa.Content.Avatars
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
Task InvalidateAsync(
	Guid id,
	AvatarContentKind kind
)

Параметры

id  Guid
The identifier of the entity for that avatar content should be invalidated.
kind  AvatarContentKind
Kind of avatar content.

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

Task
Represents an asynchronous operation.

См. также