C# 클래스 Blog.Services.Implementation.NotificationService

상속: BaseService, INotificationService
파일 보기 프로젝트 열기: jsnmgpnty/Blogness2.0

공개 메소드들

메소드 설명
NotificationService ( IRedisService redisService ) : System.ServiceModel.Activation
PublishCommentAdded ( CommentAdded commentAdded ) : void
PublishCommentLikesUpdate ( CommentLikesUpdate commentLikesUpdate ) : void
PublishMessage ( string message ) : void
PublishPostLikesUpdate ( PostLikesUpdate postLikesUpdate ) : void

메소드 상세

NotificationService() 공개 메소드

public NotificationService ( IRedisService redisService ) : System.ServiceModel.Activation
redisService IRedisService
리턴 System.ServiceModel.Activation

PublishCommentAdded() 공개 메소드

public PublishCommentAdded ( CommentAdded commentAdded ) : void
commentAdded Blog.Common.Contracts.ViewModels.SocketViewModels.CommentAdded
리턴 void

PublishCommentLikesUpdate() 공개 메소드

public PublishCommentLikesUpdate ( CommentLikesUpdate commentLikesUpdate ) : void
commentLikesUpdate Blog.Common.Contracts.ViewModels.SocketViewModels.CommentLikesUpdate
리턴 void

PublishMessage() 공개 메소드

public PublishMessage ( string message ) : void
message string
리턴 void

PublishPostLikesUpdate() 공개 메소드

public PublishPostLikesUpdate ( PostLikesUpdate postLikesUpdate ) : void
postLikesUpdate Blog.Common.Contracts.ViewModels.SocketViewModels.PostLikesUpdate
리턴 void