IAvatarGeneratedContentRepositoryStoreContentAsync - метод

Stores the avatar content for the entity identified by id and kind.

Definition

Пространство имён: Tessa.Content.Avatars
Сборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
Task StoreContentAsync(
	Guid id,
	AvatarContentKind kind,
	ContentResult contentResult,
	CancellationToken cancellationToken = default
)

Параметры

id  Guid
The identifier of the entity for that avatar content should be stored.
kind  AvatarContentKind
Kind of avatar content.
contentResult  ContentResult
Represents the result of a content request.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

Task
Represents an asynchronous operation.

См. также