IAvatarDefaultContentProviderGetNameAsync - метод

Returns the avatar name for the entity identified by id and kind.

Definition

Пространство имён: Tessa.Content.Avatars
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
Task<(string FirstName, string LastName)> GetNameAsync(
	Guid id,
	AvatarContentKind kind,
	CancellationToken cancellationToken = default
)

Параметры

id  Guid
The identifier of the entity for that the avatar name is to be provided.
kind  AvatarContentKind
Kind of avatar content.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

TaskValueTupleString, String
The avatar name for the entity identified by id and kind.

См. также