C# Class SnooNotesAPI.Signalr.SnooNotesHub

Inheritance: Hub
Afficher le fichier Open project: CrustyJew/SnooNotes

Méthodes publiques

Méthode Description
GetDateTime ( ) : string
OnConnected ( ) : System.Threading.Tasks.Task
SnooNotesHub ( ) : System
SnooNotesHub ( SnooNoteUpdates snUpdates ) : System

Method Details

GetDateTime() public méthode

public GetDateTime ( ) : string
Résultat string

OnConnected() public méthode

public OnConnected ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

SnooNotesHub() public méthode

public SnooNotesHub ( ) : System
Résultat System

SnooNotesHub() public méthode

public SnooNotesHub ( SnooNoteUpdates snUpdates ) : System
snUpdates SnooNoteUpdates
Résultat System