C# 클래스 Blog.Web.Api.Helper.Hub.CommentsHub

파일 보기 프로젝트 열기: jsnmgpnty/Blogness2.0

공개 메소드들

메소드 설명
CommentAddedForPost ( CommentAdded commentAdded ) : void
CommentsHub ( IErrorSignaler errorSignaler, IHttpClientHelper httpClientHelper, IConfigurationHelper configurationHelper ) : System
CommentsLikeUpdate ( CommentLikesUpdate commentLikesUpdate ) : void

메소드 상세

CommentAddedForPost() 공개 메소드

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

CommentsHub() 공개 메소드

public CommentsHub ( IErrorSignaler errorSignaler, IHttpClientHelper httpClientHelper, IConfigurationHelper configurationHelper ) : System
errorSignaler IErrorSignaler
httpClientHelper IHttpClientHelper
configurationHelper IConfigurationHelper
리턴 System

CommentsLikeUpdate() 공개 메소드

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