C# Class YAccess.AccessHub

Inheritance: Microsoft.AspNet.SignalR.Hub
Afficher le fichier Open project: TWChennai/YAccess

Méthodes publiques

Méthode Description
AccessHub ( ITransactionWatcher transactionWatcher ) : System.Threading.Tasks
JoinGroup ( string groupName ) : System.Threading.Tasks.Task
Send ( string name, string message ) : void

Private Methods

Méthode Description
OnNewTransactions ( TransactionEventArgs transactionEventArgs ) : void

Method Details

AccessHub() public méthode

public AccessHub ( ITransactionWatcher transactionWatcher ) : System.Threading.Tasks
transactionWatcher ITransactionWatcher
Résultat System.Threading.Tasks

JoinGroup() public méthode

public JoinGroup ( string groupName ) : System.Threading.Tasks.Task
groupName string
Résultat System.Threading.Tasks.Task

Send() public méthode

public Send ( string name, string message ) : void
name string
message string
Résultat void