C# Class KnockoutSample.Sample.SampleNotificationHandler

Inheritance: INotificationHandler
Datei anzeigen Open project: uacaps/SignalRNotifications

Public Methods

Method Description
GetAsync ( string id ) : Task
GetForUserAsync ( string username, int offset, int max ) : Task>
MarkAsReadAsync ( string id ) : System.Threading.Tasks.Task
SampleNotificationHandler ( ) : System

Method Details

GetAsync() public method

public GetAsync ( string id ) : Task
id string
return Task

GetForUserAsync() public method

public GetForUserAsync ( string username, int offset, int max ) : Task>
username string
offset int
max int
return Task>

MarkAsReadAsync() public method

public MarkAsReadAsync ( string id ) : System.Threading.Tasks.Task
id string
return System.Threading.Tasks.Task

SampleNotificationHandler() public method

public SampleNotificationHandler ( ) : System
return System