C# Class MetroPass.WP8.UI.Services.Cloud.Skydrive.SkyDriveClient

Inheritance: ICloudProviderAdapter
Show file Open project: TheAngryByrd/MetroPass Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
LoadItems ( dynamic items ) : IEnumerable
ParseScopeString ( string scopesString ) : IEnumerable
TryLoadItems ( Microsoft.Live.LiveOperationResult operationResult ) : IEnumerable

Method Details

Activate() public method

public Activate ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

DownloadItem() public method

public DownloadItem ( string path ) : Task
path string
return Task

GetItems() public method

public GetItems ( string path ) : Task>
path string
return Task>

SkyDriveClient() public method

public SkyDriveClient ( ICache cache ) : System
cache ICache
return System

Upload() public method

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