C# Class StreetFoo.Client.StreetFooRuntime

Show file Open project: mbrit/ProgrammingMetroStyle Class Usage Examples

Private Properties

Property Type Description
GetSystemDatabase SQLite.SQLiteAsyncConnection
GetUserDatabase SQLite.SQLiteAsyncConnection
LogonAsync System.Threading.Tasks.Task
StartForTasks System.Threading.Tasks.Task

Public Methods

Method Description
Start ( string module ) : System.Threading.Tasks.Task
Start ( string module ) : void

Private Methods

Method Description
GetSystemDatabase ( ) : SQLite.SQLiteAsyncConnection
GetUserDatabase ( ) : SQLite.SQLiteAsyncConnection
LogonAsync ( string username, string token ) : System.Threading.Tasks.Task
StartForTasks ( ) : System.Threading.Tasks.Task

Method Details

Start() public static method

public static Start ( string module ) : System.Threading.Tasks.Task
module string
return System.Threading.Tasks.Task

Start() public static method

public static Start ( string module ) : void
module string
return void