C# Class Blog.Services.Implementation.NotificationService

Inheritance: BaseService, INotificationService
Afficher le fichier Open project: jsnmgpnty/Blogness2.0

Méthodes publiques

Méthode Description
NotificationService ( IRedisService redisService ) : System.ServiceModel.Activation
PublishCommentAdded ( CommentAdded commentAdded ) : void
PublishCommentLikesUpdate ( CommentLikesUpdate commentLikesUpdate ) : void
PublishMessage ( string message ) : void
PublishPostLikesUpdate ( PostLikesUpdate postLikesUpdate ) : void

Method Details

NotificationService() public méthode

public NotificationService ( IRedisService redisService ) : System.ServiceModel.Activation
redisService IRedisService
Résultat System.ServiceModel.Activation

PublishCommentAdded() public méthode

public PublishCommentAdded ( CommentAdded commentAdded ) : void
commentAdded Blog.Common.Contracts.ViewModels.SocketViewModels.CommentAdded
Résultat void

PublishCommentLikesUpdate() public méthode

public PublishCommentLikesUpdate ( CommentLikesUpdate commentLikesUpdate ) : void
commentLikesUpdate Blog.Common.Contracts.ViewModels.SocketViewModels.CommentLikesUpdate
Résultat void

PublishMessage() public méthode

public PublishMessage ( string message ) : void
message string
Résultat void

PublishPostLikesUpdate() public méthode

public PublishPostLikesUpdate ( PostLikesUpdate postLikesUpdate ) : void
postLikesUpdate Blog.Common.Contracts.ViewModels.SocketViewModels.PostLikesUpdate
Résultat void