C# Class Discuz.WinPhone.Services.Storage

Inheritance: IStorage
Show file Open project: gruan01/Discuz.Mobi

Public Methods

Method Description
Clear ( string path = "" ) : System.Threading.Tasks.Task
GetSize ( string path = "" ) : Task

Private Methods

Method Description
InnerClear ( IsolatedStorageFile iso, string path ) : void

Method Details

Clear() public method

public Clear ( string path = "" ) : System.Threading.Tasks.Task
path string
return System.Threading.Tasks.Task

GetSize() public method

public GetSize ( string path = "" ) : Task
path string
return Task