C# 클래스 OpenTween.Models.DirectMessagesTabModel

상속: InternalStorageTabModel
파일 보기 프로젝트 열기: opentween/OpenTween 1 사용 예제들

공개 메소드들

메소드 설명
DirectMessagesTabModel ( ) : System
DirectMessagesTabModel ( string tabName ) : System
RefreshAsync ( Twitter tw, bool backward, bool startup, IProgress progress ) : System.Threading.Tasks.Task

메소드 상세

DirectMessagesTabModel() 공개 메소드

public DirectMessagesTabModel ( ) : System
리턴 System

DirectMessagesTabModel() 공개 메소드

public DirectMessagesTabModel ( string tabName ) : System
tabName string
리턴 System

RefreshAsync() 공개 메소드

public RefreshAsync ( Twitter tw, bool backward, bool startup, IProgress progress ) : System.Threading.Tasks.Task
tw Twitter
backward bool
startup bool
progress IProgress
리턴 System.Threading.Tasks.Task