C# 클래스 MetroPass.WP8.UI.Services.Cloud.Skydrive.SkyDriveClient

상속: ICloudProviderAdapter
파일 보기 프로젝트 열기: TheAngryByrd/MetroPass 1 사용 예제들

공개 메소드들

메소드 설명
Activate ( ) : System.Threading.Tasks.Task
DownloadItem ( string path ) : Task
GetItems ( string path ) : Task>
SkyDriveClient ( ICache cache ) : System
Upload ( string path, string fileName, Stream file ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
LoadItems ( dynamic items ) : IEnumerable
ParseScopeString ( string scopesString ) : IEnumerable
TryLoadItems ( Microsoft.Live.LiveOperationResult operationResult ) : IEnumerable

메소드 상세

Activate() 공개 메소드

public Activate ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

DownloadItem() 공개 메소드

public DownloadItem ( string path ) : Task
path string
리턴 Task

GetItems() 공개 메소드

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

SkyDriveClient() 공개 메소드

public SkyDriveClient ( ICache cache ) : System
cache ICache
리턴 System

Upload() 공개 메소드

public Upload ( string path, string fileName, Stream file ) : System.Threading.Tasks.Task
path string
fileName string
file Stream
리턴 System.Threading.Tasks.Task