C# Class OpenTween.Models.DirectMessagesTabModel

Inheritance: InternalStorageTabModel
Afficher le fichier Open project: opentween/OpenTween Class Usage Examples

Méthodes publiques

Méthode Description
DirectMessagesTabModel ( ) : System
DirectMessagesTabModel ( string tabName ) : System
RefreshAsync ( Twitter tw, bool backward, bool startup, IProgress progress ) : System.Threading.Tasks.Task

Method Details

DirectMessagesTabModel() public méthode

public DirectMessagesTabModel ( ) : System
Résultat System

DirectMessagesTabModel() public méthode

public DirectMessagesTabModel ( string tabName ) : System
tabName string
Résultat System

RefreshAsync() public méthode

public RefreshAsync ( Twitter tw, bool backward, bool startup, IProgress progress ) : System.Threading.Tasks.Task
tw Twitter
backward bool
startup bool
progress IProgress
Résultat System.Threading.Tasks.Task