C# 클래스 Blog.Services.Helpers.Rest.NotificationRestResource

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

공개 메소드들

메소드 설명
GetHeartBeat ( ) : bool
PublishCommentAdded ( CommentAdded commentAdded ) : void
PublishCommentLikesUpdate ( CommentLikesUpdate commentLikesUpdate ) : void
PublishMessage ( string message ) : void
PublishPostLikesUpdate ( PostLikesUpdate postLikesUpdate ) : void

메소드 상세

GetHeartBeat() 공개 메소드

public GetHeartBeat ( ) : bool
리턴 bool

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