C# Class BLL.Service.DropboxService

Inheritance: IDropboxService
Afficher le fichier Open project: Yanpix/DockyardTestProject

Méthodes publiques

Méthode Description
AuthorizeAsync ( ) : Task
DropboxService ( IClient client ) : System
FindFilesByPath ( string path ) : Task>
SetCode ( string code, string error ) : System.Threading.Tasks.Task

Method Details

AuthorizeAsync() public méthode

public AuthorizeAsync ( ) : Task
Résultat Task

DropboxService() public méthode

public DropboxService ( IClient client ) : System
client IClient
Résultat System

FindFilesByPath() public méthode

public FindFilesByPath ( string path ) : Task>
path string
Résultat Task>

SetCode() public méthode

public SetCode ( string code, string error ) : System.Threading.Tasks.Task
code string
error string
Résultat System.Threading.Tasks.Task