C# 클래스 BLL.Service.DropboxService

상속: IDropboxService
파일 보기 프로젝트 열기: Yanpix/DockyardTestProject

공개 메소드들

메소드 설명
AuthorizeAsync ( ) : Task
DropboxService ( IClient client ) : System
FindFilesByPath ( string path ) : Task>
SetCode ( string code, string error ) : System.Threading.Tasks.Task

메소드 상세

AuthorizeAsync() 공개 메소드

public AuthorizeAsync ( ) : Task
리턴 Task

DropboxService() 공개 메소드

public DropboxService ( IClient client ) : System
client IClient
리턴 System

FindFilesByPath() 공개 메소드

public FindFilesByPath ( string path ) : Task>
path string
리턴 Task>

SetCode() 공개 메소드

public SetCode ( string code, string error ) : System.Threading.Tasks.Task
code string
error string
리턴 System.Threading.Tasks.Task