C# Class TextUml.Hubs.SharingHub

Inheritance: Microsoft.AspNet.SignalR.Hub
Afficher le fichier Open project: kazimanzurrashid/textuml-dotnet

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
SharingHub ( IShareService service ) : System
Subscribe ( int documentId ) : System.Threading.Tasks.Task
Unsubscribe ( int documentId ) : System.Threading.Tasks.Task
Update ( int documentId, string content ) : System.Threading.Tasks.Task

Method Details

SharingHub() public méthode

public SharingHub ( IShareService service ) : System
service IShareService
Résultat System

Subscribe() public méthode

public Subscribe ( int documentId ) : System.Threading.Tasks.Task
documentId int
Résultat System.Threading.Tasks.Task

Unsubscribe() public méthode

public Unsubscribe ( int documentId ) : System.Threading.Tasks.Task
documentId int
Résultat System.Threading.Tasks.Task

Update() public méthode

public Update ( int documentId, string content ) : System.Threading.Tasks.Task
documentId int
content string
Résultat System.Threading.Tasks.Task