C# Class Blog.Services.Helpers.Wcf.NotificationResource

Inheritance: INotificationResource
Afficher le fichier Open project: jsnmgpnty/Blogness2.0

Méthodes publiques

Méthode Description
GetHeartBeat ( ) : bool
PublishCommentAdded ( CommentAdded commentAdded ) : void
PublishCommentLikesUpdate ( CommentLikesUpdate commentLikesUpdate ) : void
PublishMessage ( string message ) : void
PublishPostLikesUpdate ( PostLikesUpdate postLikesUpdate ) : void

Method Details

GetHeartBeat() public méthode

public GetHeartBeat ( ) : bool
Résultat bool

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