C# 클래스 KnockoutSample.Sample.SampleNotificationHandler

상속: INotificationHandler
파일 보기 프로젝트 열기: uacaps/SignalRNotifications

공개 메소드들

메소드 설명
GetAsync ( string id ) : Task
GetForUserAsync ( string username, int offset, int max ) : Task>
MarkAsReadAsync ( string id ) : System.Threading.Tasks.Task
SampleNotificationHandler ( ) : System

메소드 상세

GetAsync() 공개 메소드

public GetAsync ( string id ) : Task
id string
리턴 Task

GetForUserAsync() 공개 메소드

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

MarkAsReadAsync() 공개 메소드

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

SampleNotificationHandler() 공개 메소드

public SampleNotificationHandler ( ) : System
리턴 System