public class TopicNotificationService : TopicNotificationServiceBase
Public Class TopicNotificationService
Inherits TopicNotificationServiceBase
public ref class TopicNotificationService : public TopicNotificationServiceBase
type TopicNotificationService =
class
inherit TopicNotificationServiceBase
end
TopicNotificationService | Инициализирует новый экземпляр класса TopicNotificationService |
DbScope |
Объект для взаимодействия с базой данных.
Определяет область видимости объекта DbManager.
(Унаследован от TopicNotificationServiceBase) |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetRecipientsAsync | Returns final list of recipients form notification about new message. |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
NotifyMessageHasBeenSentAsync |
Отправить уведомление участникам топика о новом сообщении.
(Переопределяет TopicNotificationServiceBaseNotifyMessageHasBeenSentAsync(TopicModel, MessageModel, NullableGuid, NullableGuid, CancellationToken)) |
NotifyUsersHaveBeenAddedAsync |
Отправить уведомления пользователям о том, что их добавили в топик.
(Переопределяет TopicNotificationServiceBaseNotifyUsersHaveBeenAddedAsync(Guid, TopicModel, NullableGuid, CancellationToken)) |
SendNotificationCoreAsync | Sends email notification. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |