TopicNotificationServiceGetRecipientsAsync - метод

Returns final list of recipients form notification about new message.

Definition

Пространство имён: Tessa.Extensions.Default.Server.Forums.Notifications
Сборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
protected virtual ValueTask<List<Guid>> GetRecipientsAsync(
	TopicModel topicModel,
	IEnumerable<Guid> mentionedUserIDs,
	CancellationToken cancellationToken = default
)

Параметры

topicModel  TopicModel
Topic model.
mentionedUserIDs  IEnumerableGuid
List of mentioned users.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

ValueTaskListGuid
List of recipients.

См. также