C# Class SnooNotesAPI.Signalr.SnooNotesHub

Inheritance: Hub
Mostrar archivo Open project: CrustyJew/SnooNotes

Public Methods

Method Description
GetDateTime ( ) : string
OnConnected ( ) : System.Threading.Tasks.Task
SnooNotesHub ( ) : System
SnooNotesHub ( SnooNoteUpdates snUpdates ) : System

Method Details

GetDateTime() public method

public GetDateTime ( ) : string
return string

OnConnected() public method

public OnConnected ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

SnooNotesHub() public method

public SnooNotesHub ( ) : System
return System

SnooNotesHub() public method

public SnooNotesHub ( SnooNoteUpdates snUpdates ) : System
snUpdates SnooNoteUpdates
return System