AvatarGeneratedContentRepositoryDeleteContentAsync - метод
Deletes the avatar content for the entity identified by id and kind.
Пространство имён: Tessa.Content.AvatarsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public virtual Task DeleteContentAsync(
Guid id,
AvatarContentKind kind,
CancellationToken cancellationToken = default
)
Public Overridable Function DeleteContentAsync (
id As Guid,
kind As AvatarContentKind,
Optional cancellationToken As CancellationToken = Nothing
) As Task
public:
virtual Task^ DeleteContentAsync(
Guid id,
AvatarContentKind kind,
CancellationToken cancellationToken = CancellationToken()
)
abstract DeleteContentAsync :
id : Guid *
kind : AvatarContentKind *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task
override DeleteContentAsync :
id : Guid *
kind : AvatarContentKind *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task
- id Guid
- The identifier of the entity for that avatar content should be deleted.
- kind AvatarContentKind
Kind of avatar content.
- cancellationToken CancellationToken (Optional)
Propagates notification that operations should be canceled.
TaskRepresents an asynchronous operation.
IAvatarGeneratedContentRepositoryDeleteContentAsync(Guid, AvatarContentKind, CancellationToken)