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

Inheritance: ICloudProviderAdapter
Afficher le fichier Open project: TheAngryByrd/MetroPass Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

Activate() public méthode

public Activate ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

DownloadItem() public méthode

public DownloadItem ( string path ) : Task
path string
Résultat Task

GetItems() public méthode

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

SkyDriveClient() public méthode

public SkyDriveClient ( ICache cache ) : System
cache ICache
Résultat System

Upload() public méthode

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