C# 클래스 trellow.api.Notifications.Internal.AsyncNotifications

상속: IAsyncNotifications
파일 보기 프로젝트 열기: Bunk/trellow 1 사용 예제들

공개 메소드들

메소드 설명
AsyncNotifications ( IRequestClient restClient ) : System.Collections.Generic
ForMe ( IEnumerable types = null, ReadFilter readFilter = ReadFilter.All, Paging paging = null ) : Task>
WithId ( string notificationId ) : Task

메소드 상세

AsyncNotifications() 공개 메소드

public AsyncNotifications ( IRequestClient restClient ) : System.Collections.Generic
restClient IRequestClient
리턴 System.Collections.Generic

ForMe() 공개 메소드

public ForMe ( IEnumerable types = null, ReadFilter readFilter = ReadFilter.All, Paging paging = null ) : Task>
types IEnumerable
readFilter ReadFilter
paging Paging
리턴 Task>

WithId() 공개 메소드

public WithId ( string notificationId ) : Task
notificationId string
리턴 Task